View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
4934 | Composr | unvalidated | public | 2022-09-12 23:55 | 2022-10-19 00:49 |
Reporter | Chris Graham | Assigned To | PDStig | ||
Priority | normal | Severity | feature | ||
Status | resolved | Resolution | fixed | ||
Summary | 4934: Simple validation group-flow improvement | ||||
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. | ||||
Tags | Roadmap: v11 | ||||
Attach Tags | |||||
Time estimation (hours) | 1.5 | ||||
Sponsorship open | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2022-09-12 23:55 | Chris Graham | New Issue | |
2022-09-12 23:55 | Chris Graham | Status | Not Assigned => Assigned |
2022-09-12 23:55 | Chris Graham | Assigned To | => user4172 |
2022-09-12 23:55 | Chris Graham | Tag Attached: Roadmap: v11 | |
2022-10-19 00:49 | PDStig | Status | Assigned => Resolved |
2022-10-19 00:49 | PDStig | Resolution | open => fixed |