Changes between Initial Version and Version 1 of Ticket #14552, comment 1
- Timestamp:
- Jan 3, 2012, 5:22:36 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14552, comment 1
initial v1 5 5 - override !ForestStoreModel.onSetItem() to do what you want, assuming no other code is depending on the current behavior. 6 6 - override requeryTop() to do nothing if this.dontRequeryTop is set, and then (temporarily) set that flag from your own code 7 - stop using this deprecated code and use !ObjectStoreModel instead7 - use !ObjectStoreModel instead; !ForestStoreModel will be deprecated starting in 1.8, and removed in 2.0.