2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Shorten displayed linked by default (#4951)

This commit is contained in:
Oliver
2023-06-02 14:27:15 +10:00
committed by GitHub
parent 2c3ba6e528
commit 812b256e08

View File

@ -403,7 +403,7 @@ function renderLink(text, url, options={}) {
return text;
}
var max_length = options.max_length || 0;
var max_length = options.max_length || user_settings.TABLE_STRING_MAX_LENGTH || 100;
if (max_length > 0) {
text = shortenString(text, {