You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On mysql, when adding Cookie Consent feature on page, Super Flexi displays the error "The selected solution does not contain a matching view" and clicking on "Add Item" results in a permissions error.
The text was updated successfully, but these errors were encountered:
The module used for the cookie consent solution was originally used with a banner slider solution
The solution was changed to cookie consent
SuperFlexi recreates the fields for a module based on the chosen solution's field definition file (.sffields) when the Edit(add) page is loaded.
The cookie consent solution only allows one option, thus giving an access denied.
The view expects the fields to match and when they don't it errors (gracefully) with the message you received.
There are a few things we can do to fix this but they're all going to take some time. I would rather leave it as is for now. It's kind of niche problem. We'll most likely prevent this from happening in 2.9.1
JosephMDavis
changed the title
SuperFlexi: Cookie Consent Broken
Sometimes SuperFlexi prevents editing if solution changed
May 26, 2023
On mysql, when adding Cookie Consent feature on page, Super Flexi displays the error "The selected solution does not contain a matching view" and clicking on "Add Item" results in a permissions error.
The text was updated successfully, but these errors were encountered: