- Issue created by @Katarzyna_Starzynska
- πΊπΈUnited States josh.fabean Florida
That all makes sense, should be able to get that added.
If you need help, a member of our team can help prepare it. However, it would need your support to make everything work properly.
- πΊπΈUnited States josh.fabean Florida
Absolutely, that would be very appreciated. I won't be able to get anything moving on this for the next week.
It should require adding those permissions to the bookable_calendar.permissions.yml, then adding checks for those in the AccessControlHandlers.
- π΅π±Poland Mirek_Sabiniewicz
Hi Josh
Thanks for the information.
The plan was very simple.
I added to bookable_calendar.permissions.yml new definitions for view, create, edit and delete own calendar, openings and instances.
I added permissions in the Access files.
And I ran into a little problem. Database tables Calendar, openings and instances don't have a UID column? did i miss something? - πΊπΈUnited States josh.fabean Florida
Yes the currently we are not assigning uid to any of the entities, so your change will require that to be done. I can add that with the needed database migrations, or you can take a swing at it. I should have time this week to get some movement on this.