Replies: 2 comments
-
Hi @tiagof Yes! Feel free to open that PR :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @saade
At the moment - if I checked correctly - clicking an event does nothing if the user cannot edit that event, i.e. when
canEdit()
returnsfalse
.I'd like to add a
canView()
method that (when defined, to prevent breaking changes) is used instead ofcanEdit()
to decide whether to show the event modal.Additionally, the event modal would only be editable if the
canEdit()
returnstrue
.Do you think this is a nice addition?
If so I'll prepare a PR....
Beta Was this translation helpful? Give feedback.
All reactions