Make calendar event details readonly (#9638)
Before: https://github.com/user-attachments/assets/870aee34-58b4-48bc-b90f-ce17d61da26e After: https://github.com/user-attachments/assets/498d46f9-bd4e-400f-a645-076a86999479
This commit is contained in:
@ -36,6 +36,10 @@ export const isFieldValueReadOnly = ({
|
||||
return true;
|
||||
}
|
||||
|
||||
if (objectNameSingular === CoreObjectNameSingular.CalendarEvent) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (
|
||||
objectNameSingular === CoreObjectNameSingular.Workflow &&
|
||||
fieldName !== 'name'
|
||||
|
||||
Reference in New Issue
Block a user