File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
client/src/global/components/navigation Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -43,16 +43,16 @@ const FE_ROUTE_MAP = {
4343 regex : / ^ \/ p r o j e c t s \/ ( [ A - Z a - z 0 - 9 - ] + ) \/ r e s o u r c e / ,
4444 link : `/backend/projects/resource`
4545 } ,
46- projectCollection : {
47- regex : / ^ \/ p r o j e c t s \/ p r o j e c t - c o l l e c t i o n / ,
48- link : `/backend/projects/project-collections` ,
49- hasAdminList : true
50- } ,
5146 project : {
5247 regex : / ^ \/ p r o j e c t s / ,
5348 link : `/backend/projects` ,
5449 hasAdminList : true
5550 } ,
51+ projectCollection : {
52+ regex : / ^ \/ p r o j e c t - c o l l e c t i o n s / ,
53+ link : `/backend/projects/project-collections` ,
54+ hasAdminList : true
55+ } ,
5656 journal : {
5757 regex : / ^ \/ j o u r n a l s / ,
5858 link : `/backend/journals` ,
@@ -77,8 +77,8 @@ const BE_ROUTE_MAP = {
7777 } ,
7878 projectCollection : {
7979 regex : / ^ \/ b a c k e n d \/ p r o j e c t s \/ p r o j e c t - c o l l e c t i o n s / ,
80- link : `/projects/ project-collection ` ,
81- hasList : `/projects/ project-collections`
80+ link : `/project-collections ` ,
81+ hasList : `/project-collections`
8282 } ,
8383 text : {
8484 regex : / ^ \/ b a c k e n d \/ p r o j e c t s \/ t e x t / ,
You can’t perform that action at this time.
0 commit comments