Raphaël Bosi
2025-01-15 15:30:45 +01:00
committed by GitHub
parent 4fdea61f1d
commit 77a11d30d3

View File

@ -36,6 +36,10 @@ export const isFieldValueReadOnly = ({
return true;
}
if (objectNameSingular === CoreObjectNameSingular.CalendarEvent) {
return true;
}
if (
objectNameSingular === CoreObjectNameSingular.Workflow &&
fieldName !== 'name'