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
Just a suggestion for a potential improvement - I've noticed that when running Symfony in dev mode, the form can take a few seconds to disappear because it seems to be waiting for the response from the endpoint (would be the same on a slow connection). It would probably be better for the form to disappear as soon as the Save / Accept All / Functional Only buttons are clicked.
It could reappear if it's failed for some reason, although if it has failed to save then the site has bigger issues than cookie permission :-)
The text was updated successfully, but these errors were encountered:
Firstly, thank you for this excellent bundle.
Just a suggestion for a potential improvement - I've noticed that when running Symfony in dev mode, the form can take a few seconds to disappear because it seems to be waiting for the response from the endpoint (would be the same on a slow connection). It would probably be better for the form to disappear as soon as the Save / Accept All / Functional Only buttons are clicked.
It could reappear if it's failed for some reason, although if it has failed to save then the site has bigger issues than cookie permission :-)
The text was updated successfully, but these errors were encountered: