-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
Permit multiple entity to edit the same card #1646
Labels
Comments
quinarygio
added a commit
that referenced
this issue
Dec 3, 2021
Signed-off-by: Giovanni Ferrari <[email protected]>
quinarygio
added a commit
that referenced
this issue
Dec 9, 2021
Signed-off-by: Giovanni Ferrari <[email protected]>
quinarygio
added a commit
that referenced
this issue
Dec 9, 2021
Signed-off-by: Giovanni Ferrari <[email protected]>
quinarygio
added a commit
that referenced
this issue
Dec 10, 2021
Signed-off-by: Giovanni Ferrari <[email protected]>
quinarygio
added a commit
that referenced
this issue
Dec 10, 2021
Signed-off-by: Giovanni Ferrari <[email protected]>
quinarygio
added a commit
that referenced
this issue
Dec 13, 2021
Signed-off-by: Giovanni Ferrari <[email protected]>
freddidierRTE
pushed a commit
that referenced
this issue
Dec 14, 2021
Signed-off-by: Giovanni Ferrari <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add field entitiesAllowedToEdit in card as an array of string representing entities id
When user see a card in the feed , he can see the button to edit and can edit the card if :
Implements the check in the back.
To delete the card , we keep the actual rules , only the user member of the publisher entity can delete the card
When a user update a card , the publisher is set to his entity
The entitiesAllowedToEdit value can be set by user card template via the getSpecificCardInformation method . By default the value is not set
The text was updated successfully, but these errors were encountered: