------------------------------------------------------------
revno: 10367
committer: Tran Chau <[email protected]>
branch nick: dhis2
timestamp: Thu 2013-03-21 12:13:59 +0700
message:
Clear the filters when to switch between stages in tabular report..
modified:
dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js'
--- dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2013-03-18 03:57:53 +0000
+++ dhis-2/dhis-web/dhis-web-caseentry/src/main/webapp/dhis-web-caseentry/app/app.js 2013-03-21 05:13:59 +0000
@@ -3118,6 +3118,7 @@
// FILTER-VALUES FIELDS
Ext.getCmp('filterPanel').removeAll();
+ Ext.getCmp('filterPropPanel').removeAll();
}
}
},
@@ -3156,6 +3157,9 @@
else {
store.load({params: {programStageId: cb.getValue()}});
}
+
+ // FILTER-VALUES FIELDS
+ Ext.getCmp('filterPanel').removeAll();
}
}
}
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp