mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 17:56:17 +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' ){
|
if ( state.user.type == state.defaultUserType && state.user.name != 'anonymous' ){
|
||||||
securitySection = {
|
securitySection = {
|
||||||
|
id: 'securityConfig',
|
||||||
title: this.sectionSecurityText,
|
title: this.sectionSecurityText,
|
||||||
links: [{
|
links: [{
|
||||||
label: this.navChangePasswordText,
|
label: this.navChangePasswordText,
|
||||||
@@ -225,6 +226,7 @@ Sonia.scm.Main = Ext.extend(Ext.util.Observable, {
|
|||||||
|
|
||||||
if ( securitySection == null ){
|
if ( securitySection == null ){
|
||||||
securitySection = {
|
securitySection = {
|
||||||
|
id: 'securityConfig',
|
||||||
title: this.sectionSecurityText,
|
title: this.sectionSecurityText,
|
||||||
links: []
|
links: []
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user