View Issue Details

IDProjectCategoryView StatusLast Update
0004934Composrunvalidatedpublic2022-10-19 00:49
ReporterChris GrahamAssigned ToPatrick Schmalstig 
SeverityFeature-request 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0004934: Simple validation group-flow improvement
DescriptionWe 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.
TagsRoadmap: v11
Time estimation (hours)1.5
Sponsorship open

Activities

There are no notes attached to this issue.

Issue History

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