View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004934 | Composr | unvalidated | public | 2022-09-12 23:55 | 2022-10-19 00:49 |
Reporter | Chris Graham | Assigned To | Patrick Schmalstig | ||
Severity | Feature-request | ||||
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Fixed in Version | |||||
Summary | 0004934: 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 | ||||
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 | non-assigned => assigned |
2022-09-12 23:55 | Chris Graham | Assigned To | => Patrick Schmalstig |
2022-09-12 23:55 | Chris Graham | Tag Attached: Roadmap: v11 | |
2022-10-19 00:49 | Patrick Schmalstig | Status | assigned => resolved |
2022-10-19 00:49 | Patrick Schmalstig | Resolution | open => fixed |