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 e76f6eab30..9faa224c58 100644 --- a/scm-webapp/src/main/webapp/resources/js/sonia.scm.js +++ b/scm-webapp/src/main/webapp/resources/js/sonia.scm.js @@ -400,6 +400,7 @@ Sonia.scm.Main = Ext.extend(Ext.util.Observable, { if (debug){ console.debug( 'handle failure for status code: ' + status ); } + // TODO handle already exists exceptions specific if ( status == 401 ){ Ext.Msg.show({ title: this.errorSessionExpiredTitle,