PLT-5334: Show Create Team menu option to Sysadmins even when Team Creation is disabled. (#5481)

Этот коммит содержится в:
George Goldberg
2017-02-21 00:07:04 +00:00
коммит произвёл Joram Wilander
родитель a5f8bdd3a0
Коммит 1f8a11469d

Просмотреть файл

@@ -319,7 +319,7 @@ export default class SidebarHeaderDropdown extends React.Component {
const teams = [];
let moreTeams = false;
if (config.EnableTeamCreation === 'true') {
if (config.EnableTeamCreation === 'true' || UserStore.isSystemAdminForCurrentUser()) {
teams.push(
<li key='newTeam_li'>
<Link