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
We are working with Module Builder and creating a content type called Catalog. For Catalog, we hide the standard "Create" button and instead implement our "Create" button.
Our "Create" button opens a dialog and inserts a catalog item using the Sitefinity web services API.
Now, we need to validate the user permissions in this creation process.
For example: We only want to allow administrator users to create catalogs.
How can we integrate user permission validations into our custom components, commands, etc.?
The text was updated successfully, but these errors were encountered:
We are working with Module Builder and creating a content type called Catalog. For Catalog, we hide the standard "Create" button and instead implement our "Create" button.
Our "Create" button opens a dialog and inserts a catalog item using the Sitefinity web services API.
Now, we need to validate the user permissions in this creation process.
For example: We only want to allow administrator users to create catalogs.
How can we integrate user permission validations into our custom components, commands, etc.?
The text was updated successfully, but these errors were encountered: