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:
parent
e2115411b5
commit
dd7e6016dc
9 changed files with 253 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue