[fix] Re-introduce beforeUpdateOneObject hook (#5495)

... and disable name edition in object edition form. This feature will
be introduced by #5491
This commit is contained in:
Marie
2024-05-21 10:46:49 +02:00
committed by GitHub
parent eb78be6c61
commit 0d16051ded
5 changed files with 23 additions and 8 deletions

View File

@ -133,6 +133,7 @@ export const SettingsObjectEdit = () => {
/>
<SettingsDataModelObjectAboutForm
disabled={!activeObjectMetadataItem.isCustom}
disableNameEdit
objectMetadataItem={activeObjectMetadataItem}
/>
</Section>