-
Change Request
-
Resolution: Unresolved
-
Minor
-
None
-
2.0.6
-
Linux, CentOS-6.4, PostgreSQL 9.1.9, Apache HTTPD-2.2.15, PHP-5.3.3
There are some fields in frontend which have the potential to be quite long. That makes the frontend look really bad in some circumstances.
For some columns there is a configurable limitation which is better than nothing.
Others like:
- 'Conditions' in 'Configuration of actions'
- 'Expression' in 'Configuration of triggers'
are not limited in length.
I wonder if the way how to deal with such columns may be modified and extended by additional columns like the ones mentioned before.
What about not just truncating but imploding the corresponding columns in some way with the option to explode them either individually or globally?