34. Lists/Filters: Field sequence changes when a List is being edited(Affects all 6.x - 8.x version)
Previous33. How To Troubleshoot Email Workflow In VtigerNext35. Quickly Update List Columns In VTiger
Last updated
Last updated
We've noticed an odd behavior where the List columns will change the original sequence when a List is modified. Mandatory fields are moved to the last position.
Appears to be related to the browser update.
Affected Versions: 6.x - 8.x.
To replicate the issue: Modify any list and the mandatory fields will be moved to the last position.
The fix appears to be:
Change FROM: if(option.html() == chosenOption.html()) {
Change TO: if(liElement.find('div').text() == option.text()){
Change FROM: if(option.html() == chosenOption.html()) {
Change TO: if(option.text() == chosenOption.text()) {
Name
Lists/Filters: Field sequence changes when a List is being edited(Affects all 6.x - 8.x version)
Moved By
Chris (April 7, 2025)