From abd92aad9eacf81749c884e39a199434630c3b50 Mon Sep 17 00:00:00 2001 From: Frank Winkelmann Date: Fri, 6 Nov 2009 03:45:28 +0000 Subject: [PATCH] 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 --- code/CMSMain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/CMSMain.php b/code/CMSMain.php index 4de384f5..559d0915 100644 --- a/code/CMSMain.php +++ b/code/CMSMain.php @@ -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";