When I’m going to the listview of a module in SuiteCRM and try to change which columns are displayed nothing happens. I click the little button next to the Filter button and that brings up the Choose Columns subpanel. Then I move columns around between the Displayed and Hidden sections and then click ‘Save Changes’. The page refreshes but the columns in the listview don’t change. When I open up the Choose Columns subpanel again, the Displayed and Hidden columns are just as before I moved things around, so basically nothing happened.
I am experiencing the same symptoms with my test instance.
I performed a test migration from production 7.7.8 to 7.8.6 in a test environment.
The only difference between the 2 environment is 7.8.6 is running php 7.1
For now I do not want people to learn how to filter with new method so I modified config_override with $sugar_config[‘enable_legacy_search’][5] = ‘Cases’;
Actually I could not save the modification of my selected field hidden/Dislayed, i was force to close…
BUT writing this I wondered if the problem was linked to the legacy_search… and removed it for the cases module and the problem went away…
Hi, no I’m not using Legacy search. I tried Legacy search and then I have the same issue that you have where I could not save the column layout, nothing happens clicking the Save button…
BTW I’m running SuiteCRM 7.8.5. I’m still running PHP 5.4.16 in my Live environment and wonder if the older PHP version causes issues. As far as I know Suite still runs on the older PHPs, however 7.x is the recommended PHP version I believe. When I have time, I’ll try moving the whole system over to a Test environment with the latest PHP version and see if that makes a difference.
Another thing I might try is setting up a fresh installation of SuiteCRM and moving over all my customizations as I wonder if any of the previous upgrades caused hick-ups (my environment originates from the Sugar 6.5 era…)
if you are successfull to redo all your customisation, I would be curious to know how you did this… I have the exact same history coming from sugar 5.x era…