-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add config option to allow skipping questions on right of reply
This is initially for WhoFundsThem so MPs only need to response to things where they have an entry in the register. If "right_of_reply_responses_to_ignore" is set as a session config then any response that matches the list, plus blank responses, will not be displayed on the right of reply question screen. The config should be a JSON array with the text descriptions. For multi option values it will skip only if all selected values are in the list. Also updates the section page questions counts to reflect this
- Loading branch information
Showing
3 changed files
with
72 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters