Restrict Edit on Parent, Allow Adding Children
-
Is it possible to have a parent/child page, where parent table is not editable, but children can be created/added?
I have a many-to-many relationship, where specific users have access to an event. They need to be able to add related items to an event, but should not be able to edit the event itself (like the name, date, etc).
I can reverse this, that is view the items as the parent and associated them one by one to the event. I would like to have it so I can view the event, but edit the associated items, so I could possible bulk add items to the event.
The topic ‘Restrict Edit on Parent, Allow Adding Children’ is closed to new replies.