#4934 - Simple validation group-flow improvement
| Identifier | #4934 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Simple validation group-flow improvement |
| Status | Completed |
| Tags |
Roadmap: v11 (custom) |
| Handling member | PDStig |
| Addon | unvalidated |
| Description | We have made the notifications for group join/promotion approvals have some degree of explanation if some other staff member already did an approval, but other approvals in Composr don't do this and should.
So... This kind of code is in various CMS hooks, activated by links from needs_validation notifications: $validated = get_param_integer('validated', 0); if (($validated == 1) && (addon_installed('unvalidated'))) { attach_message(do_lang_tempcode('WILL_BE_VALIDATED_WHEN_SAVING'), 'inform'); } Enhance it to put out a simple message if the content is already validated, with a link to open an Action Log search for who would have done it. Similar for the cns_member_needs_validation notification. The notification's edit-member URL will need a new validated parameter that functions like the needs_validation one does, with similar behaviour. |
| Steps to reproduce | |
| Funded? | No |
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
There have been no comments yet