Does not record presentations on a group table

Good morning, I have a problem with the presentations in a group table. I uncheck the columns I am not interested in and then save the presentation. I exit and enter again and it gives me the possibility to select the created presentation but it does not apply the changes made, it keeps showing me all the columns and not only the ones of the presentation. I have looked at the internal table “sec_presentation” and the record has been created correctly, the problem is that the “xml” field only contains this information:

<?xml version="1.0" enconding="UTF-8"?><presentation/>

does not record the fields to be displayed or not.

Thank you and best regards.
Cuba Platform version: 7.2.13, Cuba Studio plugin version: 15.4-202
IntelliJ version: Cuba Studio 2020.2
macOS Big Sur version 11.3.1

Hi.
Thank you for reporting the problem. We have created a GitHub issue.

Regards,
Natalia

Hello!

Unfortunately, I cannot reproduce the problem. Could you check that the table does not have the settingsEnabled="false" attribute? “presentations” mechanism uses settings functionality and if it is disabled, “presentations” will not work correctly.

If you still get an issue, please, attach a small demo project where the problem is reproduced.