Chaining paths only works properly when PathPart is used. Before this fix, the affected URIs bypassed the top-level 'admin' sub.
Signed-off-by: Shea Levy <shea@shealevy.com>
B7IDAXTZF6REK6SLYJY7X22RGRHYLAWMGGQTZVPPJCSQ7DYFWUXQC
JARRBLZDQ2JZWY7IUVPTOT7WJMBPMLFLF2MGLVGOYROAAISYGLSAC
67NFGL7DFEKIS7D7HC72XJ5CET6SE6AOE5F37XXFTBU6GZAZ64HQC
ZWCTAZGLJZQNTYWTC2XQUKMILJF6JGDL5IND6QNYWK4FIGMLRFXAC
SMCOU72FKTPFNCDXFJAILVUWFE4DY33CJJE4436H5POKENFFDFFAC
QT4FO2HPUPOS72Y5UTILN5AOV7S47AGG7V32CT24NA7TOVP76NAQC
sub clear_queue_non_current : Chained('admin') Path('clear-queue-non-current') Args(0) {
sub clear_queue_non_current : Chained('admin') PathPart('clear-queue-non-current') Args(0) {
sub clearfailedcache : Chained('admin') Path('clear-failed-cache') Args(0) {
sub clearfailedcache : Chained('admin') PathPart('clear-failed-cache') Args(0) {
sub clearvcscache : Chained('admin') Path('clear-vcs-cache') Args(0) {
sub clearvcscache : Chained('admin') PathPart('clear-vcs-cache') Args(0) {
sub managenews : Chained('admin') Path('news') Args(0) {
sub managenews : Chained('admin') PathPart('news') Args(0) {
sub news_submit : Chained('admin') Path('news/submit') Args(0) {
sub news_submit : Chained('admin') PathPart('news/submit') Args(0) {
sub news_delete : Chained('admin') Path('news/delete') Args(1) {
sub news_delete : Chained('admin') PathPart('news/delete') Args(1) {