#5833 - Improve keep_fatalistic
| Identifier | #5833 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Improve keep_fatalistic |
| Status | Completed |
| Tags |
Roadmap: v11 (custom) |
| Handling member | PDStig |
| Version | 11 beta1 |
| Addon | core |
| Description | Improve keep_fatalistic in the following ways: * Add a keep_fatalistic config option which can override the URL query parameter * Protect use of keep_fatalistic in the URL; ignore if the current member is not a super administrator * Add a Tempcode symbol for checking the current fatalistic value since a simple GET check will no longer work |
| Steps to reproduce | |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
This was implemented to allow better debugging when doing external automated HTTP testing (especially to check form validation)
"* Protect use of keep_fatalistic in the URL; ignore if the current member is not a super administrator"
...oops. This was a security oversight.
"* Add a Tempcode symbol for checking the current fatalistic value since a simple GET check will no longer work"
...because we have a new current_fatalistic() function.