Skip to content
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

Partial deletes #188

Open
inghamn opened this issue Aug 3, 2018 · 0 comments
Open

Partial deletes #188

inghamn opened this issue Aug 3, 2018 · 0 comments
Labels

Comments

@inghamn
Copy link
Member

inghamn commented Aug 3, 2018

It happens sometimes, that, when doing a delete, the event is successfully deleted from the local database; however, the Google Calendar event delete fails. This results in the event continuing to show up, since Google Calendar is the true source of events, not the local database.

Public users (ie. county) are only allowed to delete events that belong to their department. Events are only in their department when they exist in the local database. This is because that's where the department assignment happens.

So, a county user will click the delete button, the event is removed from the local database but the Google Calendar delete fails. The event continues to show up in the list, only now the county user cannot delete anymore, since they do not own that event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant