MetaModels / core

MetaModels Core Module
GNU Lesser General Public License v3.0
95 stars 42 forks source link

[MM 2.3] Issue with unique field validation after recent Contao update (4.13.40) #1506

Closed Webstylerin closed 3 months ago

Webstylerin commented 3 months ago

Hello,

today, I updated several installations to Contao 4.13.40, and I've encountered an issue where I can no longer edit records with unique fields. When attempting to save changes, I receive the following message:

"The property 'alias' is already in the database and not unique."

This issue also occurs with text fields marked as unique, even though the alias or text field values are indeed unique, as I am merely attempting to edit an existing record.

I have confirmed this behavior on two separate installations. Another installation still on Contao 4.13.39 does not exhibit this problem.

Best regards, Nicole

zonky2 commented 3 months ago

the problem is already on the operating table

zonky2 commented 3 months ago

Alias should fixed - I check all other filter rules

Webstylerin commented 3 months ago

Thank you! Alias and text fields now work again with "unique".