We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User should unable to delete item when this user don't have permission for update properties the item
Note : Current permission on Red
const redParticipant: ParticipantMapping = { forceUniqid: 'f-red', roles: [], subscriptionId: 'aaaa', forRenderer: [coreRenderer.id, milSymRenderer.id], phases: [Phase.Planning, Phase.Adjudication], pType: PARTICIPANT_MAPPING, permissionTo: { 'f-red': [MappingPermissions.ViewSpatial, MappingPermissions.MoveResize, MappingPermissions.AddRemove, MappingPermissions.ViewProps, MappingPermissions.EditOwnProps], 'f-blue': [MappingPermissions.ViewSpatial] } }
The text was updated successfully, but these errors were encountered:
IanMayo
No branches or pull requests
🐞 Bug description
User should unable to delete item when this user don't have permission for update properties the item
🔢 Steps to Reproduce
Note : Current permission on Red
⚙️ Expected behavior
User should unable to delete item when this user don't have permission for update properties the item
🖥️ Screencast
cannot-edit-but-can-delete.mp4
💻 System information
📝 Additional context
The text was updated successfully, but these errors were encountered: