added: DataForm can now trigger workflow when adding an entry

This commit is contained in:
Doug Bell 2008-10-25 05:38:08 +00:00
parent 91812b74eb
commit 5e967d9b82
5 changed files with 156 additions and 4 deletions

View file

@ -1001,6 +1001,18 @@ be useful, others may not.|,
lastUpdated => 0,
context => q{Description of template variable},
},
'editForm workflowIdAddEntry label' => {
message => q{Add Entry Workflow},
lastUpdated => 0,
context => q{Label for asset property},
},
'editForm workflowIdAddEntry description' => {
message => q{Workflow to be run when an entry is added to the DataForm},
lastUpdated => 0,
context => q{Description of asset property},
},
};
1;