ENHANCEMENT: according to email with the changes of workflow from Ash Fogelberg dated 8 October 2009 additional stages "ToPrint", "PendingAuthorization", "ToBeRequested", "DelinkedWithoutPayment" and "DelinkedWithPayment" are added to the StateGraph; ToPrint.ss is a copy of the original New App Email; RecievedPhotoID.ss and RecievedSignature are the new email-templates as requested in the flow; New fields were added to the TaxMemberRole to keep track of sending the emails; The menu_proirity values have been altered according to the flow;

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@90959 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Frank Winkelmann 2009-11-06 03:45:28 +00:00 committed by Sam Minnee
parent 0e3fb592df
commit abd92aad9e

View File

@ -20,7 +20,7 @@ class CMSMain extends LeftAndMain implements CurrentPageIdentifier, PermissionPr
static $menu_title = 'Site Content';
static $menu_priority = 10;
static $menu_priority = 100;
static $tree_class = "SiteTree";