added: DataForm can now trigger workflow when adding an entry
This commit is contained in:
parent
91812b74eb
commit
5e967d9b82
5 changed files with 156 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue