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
Issue Overview:
I have a "Users" collection and I need to prevent the duplication of entities within it. However, I want to maintain permissions for create and edit operations.
Current Approach:
I'm currently using the onPreSave callback to check if the status is 'copy', and if so, I throw an error to prevent the duplication.
Desired Solution:
While the current approach prevents duplication during the save operation, I'd like to explore additional options to enhance the user experience. Specifically, I'd like to hide the 'Copy' option altogether for entities in the "Users" collection.
Is it possible?
Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
Hi Katerina, thanks for reaching out!
This is not currently possible in v2.
We are revamping entity actions in v3, and you will be able to customise them altogether.
Keeping this ticket open as a feature request
fgatti675
changed the title
Prevent entity duplication in collection
Prevent entity duplication in collection - Entity actions customization
Dec 8, 2023
Issue Overview:
I have a "Users" collection and I need to prevent the duplication of entities within it. However, I want to maintain permissions for create and edit operations.
Current Approach:
I'm currently using the onPreSave callback to check if the status is 'copy', and if so, I throw an error to prevent the duplication.
Desired Solution:
While the current approach prevents duplication during the save operation, I'd like to explore additional options to enhance the user experience. Specifically, I'd like to hide the 'Copy' option altogether for entities in the "Users" collection.
Is it possible?
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: