commiting before merge
This commit is contained in:
@@ -71,12 +71,9 @@ AppDispatcher.register(function(payload) {
|
|||||||
switch(action.actionType) {
|
switch(action.actionType) {
|
||||||
|
|
||||||
// Respond to SELECT_ITEM action
|
// Respond to SELECT_ITEM action
|
||||||
/* case ItemConstants.SELECT_ITEM:*/
|
case ItemConstants.SELECT_ITEM:
|
||||||
//setSelected(action.item.id);
|
setSelected(action.item.id);
|
||||||
//// TODO: this does not belong here - update when react router becommes available
|
break;
|
||||||
//RIBICA.App.router.navigate(action.item.getFrontEndUrl(), {'trigger': true});
|
|
||||||
|
|
||||||
/*break;*/
|
|
||||||
|
|
||||||
case ItemConstants.LOAD_FOR_FRONTPAGE:
|
case ItemConstants.LOAD_FOR_FRONTPAGE:
|
||||||
loadItemsForFrontpage();
|
loadItemsForFrontpage();
|
||||||
|
|||||||
Reference in New Issue
Block a user