Add a workflow activity that reverifies that all subscribers to a CS can still view the CS, otherwise, remove them. Hook up the workflow to the update method in Collaboriation.pm and create an instance for it if the groupIdView changes. Add tests for the activity. Add a new workflow. Update the default WebGUI.conf.

This commit is contained in:
Colin Kuskie 2010-11-30 15:07:49 -08:00
parent e2115411b5
commit dd7e6016dc
9 changed files with 253 additions and 2 deletions

View file

@ -0,0 +1,14 @@
package WebGUI::i18n::English::Workflow_Activity_UpdateAssetSubscribers;
use strict;
our $I18N = {
'name' => {
message => q|Update Collaboration Subscribers|,
context => q|Name for the Workflow activity|,
lastUpdated => 1165363730,
},
};
1;