#9355 closed enhancement (fixed)
FlickrRestStore should support groupid - code provided
Reported by: | Rob Retchless | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Data | Version: | 1.3.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
A very trivial tweak to FlickrReadStore? will enable implementers to pull in images from a group.
Just add this code (pending a review from the code owner) to _fetchItems ~line 110:
if(query.groupid){
isRest = true; content.group_id = request.query.groupid; primaryKey.push("groupid"+request.query.groupid);
}
Attachments (1)
Change History (4)
comment:1 Changed 13 years ago by
Component: | General → DojoX Data |
---|---|
Owner: | changed from anonymous to Jared Jurkiewicz |
Changed 13 years ago by
Attachment: | FlickrRestStore.patch added |
---|
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 13 years ago by
Milestone: | tbd → 1.4 |
---|
Note: See
TracTickets for help on using
tickets.
(In [17625]) Minor tweak to FlickrRestStore? + some cleanup. fixes #9355