From 7edbf6d4041cce379b620876982425dd1e9c262a Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Sat, 12 Jan 2013 15:55:08 +0100 Subject: [PATCH] added missing id for security navigation section --- scm-webapp/src/main/webapp/resources/js/sonia.scm.js | 2 ++ 1 file changed, 2 insertions(+) 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: [] }