PolyGerrit: Show project access page for logged out users

GWTUI does the same.

Change-Id: I08c4360e2c76e1c108fb782c0c926c86e762e1af
This commit is contained in:
Paladox none
2017-08-31 10:06:13 +00:00
parent 7c1664158b
commit 1378db9d29
2 changed files with 2 additions and 2 deletions

View File

@@ -439,7 +439,7 @@
'_handleProjectCommandsRoute', true);
this._mapRoute(RoutePattern.PROJECT_ACCESS,
'_handleProjectAccessRoute', true);
'_handleProjectAccessRoute');
this._mapRoute(RoutePattern.BRANCH_LIST_OFFSET,
'_handleBranchListOffsetRoute');

View File

@@ -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',