getting activity forms into a working condition

This commit is contained in:
JT Smith 2006-02-16 15:27:48 +00:00
parent 6ee05b85af
commit 5be7a021d8
7 changed files with 159 additions and 65 deletions

View file

@ -344,5 +344,14 @@
"spectreCryptoKey" : "123qwe"
# Define the workflow activities that are available in the editing
# process and what object types they support.
"workflowActivities" : {
"none": [ "WebGUI::Workflow::Activity::CleanTempStorage" ],
"user" : [ ],
"revisiontag" : [ ]
},
}