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

Added view to add and remove users from the list of speakers. #1526

Merged
merged 2 commits into from May 29, 2015

Conversation

normanjaeckel
Copy link
Member

No description provided.

@emanuelschuetze
Copy link
Member

ok

@normanjaeckel
Copy link
Member Author

Ready to review.

@emanuelschuetze
Copy link
Member

ok

if not self.request.user.has_perm('agenda.can_be_speaker'):
self.permission_denied(request)
if item.speaker_list_closed:
raise ValidationError({'detail': _('The list of speakers is closed.')})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this exception caught?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@ostcar
Copy link
Member

ostcar commented May 29, 2015

You can merge this if you like

@ostcar ostcar assigned normanjaeckel and unassigned ostcar May 29, 2015
normanjaeckel added a commit that referenced this pull request May 29, 2015
Added view to add and remove users from the list of speakers.
@normanjaeckel normanjaeckel merged commit 5de7365 into OpenSlides:master May 29, 2015
@normanjaeckel normanjaeckel deleted the AgendaSpeakerREST branch May 29, 2015 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants