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
For some reason, adding GazeBanner to a main Resource form causes the ViewRecord page to be editable (rather than having all fields disabled as intended).
This can be fixed by doing this:
GazeBanner::make()->hiddenOn(['create', 'view'])
But it would be nice to not have to disable the banner on view.
The text was updated successfully, but these errors were encountered:
For some reason, adding
GazeBanner
to a main Resource form causes theViewRecord
page to be editable (rather than having all fields disabled as intended).This can be fixed by doing this:
But it would be nice to not have to disable the banner on view.
The text was updated successfully, but these errors were encountered: