diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-07-26 15:41:26 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-26 15:41:26 -0700 |
commit | 9aee669886202be7035e6c6049fc71bc99dd3013 (patch) | |
tree | 2fd5bf6de74f3d99270587ffb1833e4188a6373d /rt/docs/customizing/approvals.pod | |
parent | ac20214d38d9af00430423f147b5a0e50751b050 (diff) | |
parent | 1add633372bdca3cc7163c2ce48363fed3984437 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'rt/docs/customizing/approvals.pod')
-rw-r--r-- | rt/docs/customizing/approvals.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rt/docs/customizing/approvals.pod b/rt/docs/customizing/approvals.pod index af5aa3b0a..c42dede70 100644 --- a/rt/docs/customizing/approvals.pod +++ b/rt/docs/customizing/approvals.pod @@ -24,8 +24,8 @@ and process the approval or rejection. Since this example will use a change management queue as the queue where tickets need approval, first we'll set up the queue. -Login into UI as the 'root' user. Go to Tools -> Configuration -> -Queues and create a new 'Change requests' queue. +Login into UI as the 'root' user. Go to Admin -> Queues and create a new +'Change requests' queue. When you set up this queue, do not select the "approvals" Lifecycle. That selection is for the ___Approvals queue itself, not for queues that @@ -94,7 +94,7 @@ queue. ___Approvals is a special queue where all approvals are created. The queue is disabled and is not shown in until you search for it. -Go to Tools -> Configuration -> Queues, leave "Name is" in the search +Go to Admin -> Queues, leave "Name is" in the search area and enter ___Approvals into the search field. Check 'Include disabled queues in listing.' and click Go! You should now see the ___Approvals queue configuration page. |