Mercurial > lada > lada-client
changeset 743:e89a31b2c17e
merged heads
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 23 Apr 2015 16:29:39 +0200 |
parents | 6e28ebbe1a73 (current diff) a76638970d50 (diff) |
children | 4381a32d874f |
files | app/controller/form/Probe.js |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/app/controller/form/Probe.js Thu Apr 23 16:28:04 2015 +0200 +++ b/app/controller/form/Probe.js Thu Apr 23 16:29:39 2015 +0200 @@ -103,6 +103,7 @@ */ discard: function(button) { var formPanel = button.up('form'); + formPanel.down('umwelt').store.clearFilter(); formPanel.getForm().loadRecord(formPanel.getForm().getRecord()); },