diff --git a/scm-webapp/src/main/webapp/resources/js/sonia.scm.js b/scm-webapp/src/main/webapp/resources/js/sonia.scm.js index e756a86de3..6a2c75c748 100644 --- a/scm-webapp/src/main/webapp/resources/js/sonia.scm.js +++ b/scm-webapp/src/main/webapp/resources/js/sonia.scm.js @@ -193,6 +193,7 @@ Sonia.scm.Main = Ext.extend(Ext.util.Observable, { if ( state.user.type == state.defaultUserType && state.user.name != 'anonymous' ){ securitySection = { + id: 'securityConfig', title: this.sectionSecurityText, links: [{ label: this.navChangePasswordText, @@ -225,6 +226,7 @@ Sonia.scm.Main = Ext.extend(Ext.util.Observable, { if ( securitySection == null ){ securitySection = { + id: 'securityConfig', title: this.sectionSecurityText, links: [] }