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
In some circumstances (eg. interacting with an API, instead of a database table) it may be necessary to enter the primary ID field when creating or editing a record using the Admin-UI.
Proposed Solution
Check for 'writeParms' => ['visible'=>true] in the field attributes before automatically hiding the primary id field or other special fields.
If found, do not hide the field in create or edit mode.
Also, an option to add a custom button above the list view layout (upper right) using renderCustomListButton() in the admin-ui form handler.
The text was updated successfully, but these errors were encountered:
Motivation
In some circumstances (eg. interacting with an API, instead of a database table) it may be necessary to enter the primary ID field when creating or editing a record using the Admin-UI.
Proposed Solution
Check for
'writeParms' => ['visible'=>true]
in the field attributes before automatically hiding the primary id field or other special fields.If found, do not hide the field in
create
oredit
mode.Also, an option to add a custom button above the list view layout (upper right) using
renderCustomListButton()
in the admin-ui form handler.The text was updated successfully, but these errors were encountered: