As commented on issue #2 this would have a better behaviour out of the box.
By default:
submitters would have comment mode enabled
reviewers would have respond mode enabled
users would have view mode enabled
Settings variables to modify default behaviour have been enabled:
WAGTAIL_REVIEW_DEFAULT_SUBMITTER_MODE
WAGTAIL_REVIEW_DEFAULT_REVIEWER_MODE
WAGTAIL_REVIEW_DEFAULT_USER_MODE
The README has been edited to explain this better.
I felt this was one of the issues I had when I first looked at the code and I thought the README changes could help better understand the functionality.
Fixes #2
As commented on issue #2 this would have a better behaviour out of the box.
By default:
comment
mode enabledrespond
mode enabledview
mode enabledSettings variables to modify default behaviour have been enabled:
WAGTAIL_REVIEW_DEFAULT_SUBMITTER_MODE
WAGTAIL_REVIEW_DEFAULT_REVIEWER_MODE
WAGTAIL_REVIEW_DEFAULT_USER_MODE
The README has been edited to explain this better. I felt this was one of the issues I had when I first looked at the code and I thought the README changes could help better understand the functionality.