Add methods for creating and getting date specific folders below the Archive for
holding stories. With tests. Code for the approval workflow for stories.
This commit is contained in:
parent
b1add0ebdf
commit
716ef998a7
3 changed files with 145 additions and 28 deletions
|
|
@ -105,6 +105,18 @@ our $I18N = {
|
|||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'approval workflow' => {
|
||||
message => q|Story Approval Workflow|,
|
||||
context => q|Label in the edit screen and template.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'approval workflow help' => {
|
||||
message => q|Choose a workflow to be executed on each Story as it gets submitted.|,
|
||||
context => q|Hoverhelp in the edit screen and template.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue