adamspd / django-appointment

A Django app for managing appointment scheduling with ease and flexibility.
Apache License 2.0
89 stars 30 forks source link

Admin can't view/edit appointment if not a staff member with service offered #151

Closed adamspd closed 3 months ago

adamspd commented 3 months ago

Describe the bug For admin to be able to see/edit an appointment, he has to be a staff member and offer at least one service.

An admin may want to change some information without being a staff member or even offering a service if a staff member.

adamspd commented 3 months ago

Resolved. Close issue.