Commit 2185f5f5e8944fc8fc180cc6d5955f54a0a95a39

Authored by Erdogan Furkan
1 parent 44cc25e2

#11434 - Done.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/app/views/TimeTableUI.js
@@ -197,7 +197,7 @@ Ext.define('amdaUI.TimeTableUI', { @@ -197,7 +197,7 @@ Ext.define('amdaUI.TimeTableUI', {
197 // synchronisation of objects 197 // synchronisation of objects
198 this.object = ttobj; 198 this.object = ttobj;
199 timeTableModule.linkedNode.create(); 199 timeTableModule.linkedNode.create();
200 - } else if (this.fclose() || this.status && (this.status.nbFiltered > 0)) /*TimeTable object has been modified*/ 200 + } else if (this.fclose() || this.status ) /*TimeTable object has been modified*/
201 { 201 {
202 if (this.object.isModified('name') || this.object.get('fromPlugin')) 202 if (this.object.isModified('name') || this.object.get('fromPlugin'))
203 { 203 {