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

Fix delete in list #153

Merged
merged 5 commits into from Oct 6, 2014
Merged

Fix delete in list #153

merged 5 commits into from Oct 6, 2014

Conversation

pypingou
Copy link
Member

@pypingou pypingou commented Oct 5, 2014

No description provided.

…fic meeting

To delete a specific meeting in a recursion we split the recursion into
two and drop the meeting in the middle.
But to do this, we need to know the from_date argument.

The agenda view had this working but for some reasons it was missing from
the list view.
Show the date of the meeting that will be deleted as well as the date
of the original object/meeting as stored in the database
Without lifting this restriction, we are no longer able to delete meeting
from the past that occurred as part of a recursion.
@pypingou
Copy link
Member Author

pypingou commented Oct 5, 2014

@puiterwijk
Copy link
Contributor

Looks good to me. 👍

pypingou added a commit that referenced this pull request Oct 6, 2014
@pypingou pypingou merged commit eb303e0 into master Oct 6, 2014
@pypingou pypingou deleted the fix_delete_in_list branch October 6, 2014 07:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants