mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
added missing id for security navigation section
This commit is contained in:
@@ -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: []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user