summaryrefslogtreecommitdiff
path: root/src/main/resources/boot/SC
AgeCommit message (Collapse)Author
2014-04-11Remove description editing workflows from the kernel - they have beenAndrew Branson
moved to cristal-dev. Requires future post-processing for previous Module.debug functionality
2014-02-13Fixed ServerNewEntity. Reference proper transition in PredefinedStep.Andrew Branson
The Server PredefinedSteps could do with a redesign though. Fixes #155
2014-02-13New PredefinedStep: WriteViewpoint. Non-admin users may need to createAndrew Branson
or replace named viewpoints during ordinary Item workflows. Previously, AddC2KObject was used, but as that is now Admin only, a new step is necessary to do this. Unlike the admin step, this checks that the target Outcome and Event exist and are of the correct schema before the Viewpoint is written. Fixes #154. Refs #152
2013-05-23Agent and Item were out of line with the new module versions of NewItemAndrew Branson
and NewAgent, and the mapfile.
2012-06-22Support workflows on module resourcesAndrew Branson
2012-05-30Initial Maven ConversionAndrew Branson