mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Adapt resources view calendar action to work with et2 converted calendar
This commit is contained in:
parent
57ab5dc678
commit
f0730feff1
@ -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');
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user