Mercurial > lada > lada-client
diff app/controller/form/Probe.js @ 743:e89a31b2c17e
merged heads
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 23 Apr 2015 16:29:39 +0200 |
parents | 6e28ebbe1a73 a76638970d50 |
children | dd6925ef6028 |
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()); },