PolyGerrit: Show project access page for logged out users
GWTUI does the same. Change-Id: I08c4360e2c76e1c108fb782c0c926c86e762e1af
This commit is contained in:
@@ -439,7 +439,7 @@
|
||||
'_handleProjectCommandsRoute', true);
|
||||
|
||||
this._mapRoute(RoutePattern.PROJECT_ACCESS,
|
||||
'_handleProjectAccessRoute', true);
|
||||
'_handleProjectAccessRoute');
|
||||
|
||||
this._mapRoute(RoutePattern.BRANCH_LIST_OFFSET,
|
||||
'_handleBranchListOffsetRoute');
|
||||
|
||||
@@ -136,7 +136,6 @@ limitations under the License.
|
||||
'_handlePluginListFilterRoute',
|
||||
'_handlePluginListOffsetRoute',
|
||||
'_handlePluginListRoute',
|
||||
'_handleProjectAccessRoute',
|
||||
'_handleProjectCommandsRoute',
|
||||
'_handleSettingsLegacyRoute',
|
||||
'_handleSettingsRoute',
|
||||
@@ -153,6 +152,7 @@ limitations under the License.
|
||||
'_handleChangeLegacyRoute',
|
||||
'_handleDiffLegacyRoute',
|
||||
'_handleGroupMembersRoute',
|
||||
'_handleProjectAccessRoute',
|
||||
'_handleProjectListFilterOffsetRoute',
|
||||
'_handleProjectListFilterRoute',
|
||||
'_handleProjectListOffsetRoute',
|
||||
|
||||
Reference in New Issue
Block a user