-
Notifications
You must be signed in to change notification settings - Fork 2
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
Calendar: Click on calendar event should open editable detailed view of event #1
Comments
|
Es wird zwischen folgenden Akteuren unterschieden:
Umsetzung: Nachteilsausgleich bleibt in Formular:
Note
|
Todo:
Resources:
Form: add fields for service team:
Capabilities:
|
Moving this issue so that it can be tested. Use branch "1-click-on-calendar-event-should-open-editable-detailed-view-of-event" to test! Will be continued in #55 |
✔ This should work now! ✔ Code on test server has been updated. Note The role "bookingperson" needs the capability |
Only Service-Team and Admin can see events. Examiner and Booking person coldn't see any events, no matter if the account crate the event or was added later. (tested with the account emily) |
There was an sql error which is now fixed (in branch 55-calendar-add-capabilities-to-booking-request-form). However, the capability "mod/bookit:viewalldetailsofownevent" is needed for Examiner and Booking Person, so I have re-added it to these roles. |
Funkt-Test:
|
Capabilities should be fixed now - please continue this in Issue #55! |
When an event has been approved by the service team, it appears in the calendar. After the event has been approved, it can't be edited by the booking person.
When the booking person clicks on the event slot, a detailed view (read only) of the event opens. Editing is not possible for the booking person.
When the service team clicks on the event slot, a detailed view (reading and editing permitted) of the event opens.
The text was updated successfully, but these errors were encountered: