Skip to content

Commit

Permalink
fix(ticketing): Fixing URLs/Routes for new Ticketing Server
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Golub committed May 27, 2014
1 parent a1feb1e commit f73887d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/rxApp/rxApp.js
Expand Up @@ -126,20 +126,20 @@ angular.module('encore.ui.rxApp', ['encore.ui.rxEnvironment', 'ngSanitize', 'ngR
}
]
}, {
href: { tld: 'cloudatlas', path: 'ticketqueues' },
linkText: 'Ticket Queues',
key: 'ticketQueues',
href: 'ticketing',
linkText: 'Ticketing',
key: 'ticketing',
visibility: '"!unified" | rxEnvironmentMatch',
children: [
{
href: { tld: 'cloudatlas', path: 'ticketqueues/list' },
href: 'ticketing/list',
linkText: 'My Selected Queues'
},
{
href: { tld: 'cloudatlas', path: 'ticketqueues/my' },
href: 'ticketing/my',
linkText: 'My Tickets'
}, {
href: { tld: 'cloudatlas', path: 'ticketqueues/queues' },
href: 'ticketing/queues',
linkText: 'Queue Admin'
}
]
Expand Down

0 comments on commit f73887d

Please sign in to comment.