Skip to content

Commit

Permalink
Merge pull request #355 from CTPUG/feature/add_private_notes_to_talk_…
Browse files Browse the repository at this point in the history
…mentors

Feature/add private notes to talk mentors
  • Loading branch information
drnlm committed Jun 9, 2017
2 parents aa5d7ca + 3415797 commit 1602bf8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/talks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ Talk Mentors
============

The ``Talk Mentors`` group has permission to view all talk submissions and
to edit talks. They also have permission to view the notes submitted along
with a talk.
to edit talks. They have permission to view and the notes submitted along
with a talk, which are visible to the talk submitter, and also have
permission to view and edit the private notes which are only visible to
the ``Talk Mentors`` and administrators by default.

Managing talks from the admin interface
=======================================
Expand Down
1 change: 1 addition & 0 deletions wafer/management/commands/wafer_add_default_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class Command(BaseCommand):
),
'Talk Mentors': (
('talks', 'change_talk'), ('talks', 'view_all_talks'),
('talks', 'edit_private_notes'),
),
'Registration': (),
}
Expand Down

0 comments on commit 1602bf8

Please sign in to comment.