Commit 4f8b626f authored by Frank Bergmann's avatar Frank Bergmann

- Sencha Touch:

  Fixed issue after creating a new note
parent 611cd0fd
...@@ -63,7 +63,7 @@ Ext.define('PO.view.NoteDetail', { ...@@ -63,7 +63,7 @@ Ext.define('PO.view.NoteDetail', {
// reload the store // reload the store
var noteStore = Ext.data.StoreManager.lookup('NoteStore'); var noteStore = Ext.data.StoreManager.lookup('NoteStore');
noteStore.load(); noteStore.add(rec);
// Return to the list of notes page // Return to the list of notes page
var navView = this.up('noteNavigationView'); var navView = this.up('noteNavigationView');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment