fix the manage workflow link in the admin console #8853

This commit is contained in:
Colin Kuskie 2008-10-18 05:09:33 +00:00
parent a30b919cff
commit 2b87238a63
3 changed files with 16 additions and 2 deletions

View file

@ -325,7 +325,7 @@
"workflow" : {
"icon" : "workflow.gif",
"uiLevel" : 7,
"url" : "^PageUrl(\"\",manageWorkflows);",
"url" : "^PageUrl(\"\",op=manageWorkflows);",
"title" : "^International(topicName,Workflow);",
"groupSetting" : "groupIdAdminWorkflow"
},