added todo

This commit is contained in:
Sebastian Sdorra
2012-03-13 21:11:50 +01:00
parent 3d8b201799
commit 98f0709cdb

View File

@@ -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,