mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
Make sure object is there before join(), fix not working calendar
This commit is contained in:
parent
a74e79becc
commit
5f86f911f7
@ -2285,7 +2285,7 @@ app.classes.calendar = AppJS.extend(
|
||||
col_filter: {participant: (typeof state.owner == 'string' || typeof state.owner == 'number' ? [state.owner] : state.owner)},
|
||||
filter:'custom', // Must be custom to get start & end dates
|
||||
status_filter: state.filter,
|
||||
cat_id: state.cat_id.join('') != '' ? state.cat_id : false,
|
||||
cat_id: state.cate_id && state.cat_id.join('') != '' ? state.cat_id : false,
|
||||
search: state.keywords,
|
||||
csv_export: false
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user