Adapt resources view calendar action to work with et2 converted calendar

This commit is contained in:
Nathan Gray 2015-08-11 22:32:05 +00:00
parent 57ab5dc678
commit f0730feff1

View File

@ -83,7 +83,7 @@ app.classes.resources = AppJS.extend(
}
egw_message(this.egw.lang('%1 resource(s) View calendar',res_ids.length));
this.egw.open_link('calendar.calendar_uiviews.planner&sortby=user&owner=0,r'+res_ids.join(',r'));
this.egw.open_link('calendar.calendar_uiviews.index&view=planner&sortby=user&owner=0,r'+res_ids.join(',r')+'&ajax=true');
},
/**