You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: I had to add this modified _renderFilterParams property, because without it it breaks the servers REST API, e.g. it sends: api.php/Items?name=match=Abc*
instead of api.php/Items?name=Abc*
The text was updated successfully, but these errors were encountered:
I have a lot of dgrids, so I use dstore. But I need a dojo store for
dijit/form/FilteringSelect
anddijit/Tree
.So I tried DstoreAdapter, but when my server responses with 204, e.g.:
query for
parent=42
and there is no item withparent=42
it does nothing.FilteringSelect and Tree still waits for a response (I see that because there is still the load-animation).
My store-code:
Note: I had to add this modified _renderFilterParams property, because without it it breaks the servers REST API, e.g. it sends:
api.php/Items?name=match=Abc*
instead of
api.php/Items?name=Abc*
The text was updated successfully, but these errors were encountered: