-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hi!
So, I have been trying to add this, everything seems to work out of the box except for one thing.
This is what I would like to see in my review page:
And this in my Audit Trail:
In my case, I can never see the nice respond window, nor the comment or status in the Audit Trail (see images above) unless I hard code it like this:
'allow_responses': True, in wagtailreview_tags.py
I have noticed there are three values forwagtailreview_mode: view, comment and respond
I believe the respond mode is missing in the view_review_page view in admin.py or maybe I am not fully understanding or I am just missing something?
I am the designated reviewer (in case you could think I jsut don't have permissions)
It is impossible for me, with the code as is, to ever entrer a review in respond mode, so my questions would be:
- Am I missing something? Misconfigured something?
- Is this the intended behaviour? is it actually a bug?
Thanks for this piece of code and I hope you can respond soon!
Cheers!


