-
17 Jan 2013 7:07 AM #1
StoreAddEvent assertion (3.0.3)
StoreAddEvent assertion (3.0.3)
An update from 3.0.1 to 3.0.3 broke my application, because you've added a non-empty-list-assertion in your StoreAddEvent.
That's my use case: I'm adding elements to my table(s) using getStore().addAll(listOfElements). The number of the elements is unknown. Checking if it's 0 before each add() call seems to be a bad idea for me (but the only workaround for now). Especially because it had worked before.
I understand your assertion (there should be no StoreAddEvent, if the store remains unchanged). But it should not be our concern, since it's GXT which fires a StoreAddEvent, even though there are no elements.
-
17 Jan 2013 7:13 AM #2
-
17 Jan 2013 7:22 AM #3
Thanks, it really sounds like it's the same bug, so this thread can be closed.
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote