Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

fix long names #632

Merged
merged 1 commit into from Feb 2, 2015
Merged

fix long names #632

merged 1 commit into from Feb 2, 2015

Conversation

DarkSide666
Copy link
Member

In case object name already is very long we can't simply append more text to it.
Name shortening should always be done. Otherwise in some situations we get into very nasty issues when script works on dev machine, but strangly doesn't work on production site (which has longer URL and longer object names).

Same issue is with grid sorting where simply _sort is appended to parameter. It's not yet fixed.

In case object name already is very long we can't simply append more text to it.
Name shortening should always be done. Otherwise in some situations we get into very nasty issues when script works on dev machine, but strangly doesn't work on production site (which has longer URL and longer object names).

Same issue is with grid sorting where simply `_sort` is appended to parameter. It's not yet fixed.
romaninsh pushed a commit that referenced this pull request Feb 2, 2015
@romaninsh romaninsh merged commit 0d810cc into atk4:master Feb 2, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants