groups of articles now shown on ribica.ba/group/1/, background is in cloudinary
This commit is contained in:
@@ -31,6 +31,13 @@ var ItemActions = {
|
||||
actionType : ItemConstants.LOAD_BSI_FOR_SECTION,
|
||||
sectionId: sectionId
|
||||
});
|
||||
},
|
||||
|
||||
loadBestSellingItemsForGroup: function(groupId) {
|
||||
AppDispatcher.handleAction({
|
||||
actionType : ItemConstants.LOAD_BSI_FOR_ITEM_GROUP,
|
||||
groupId: groupId
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user