dvnkln
1
Currently the “out of office” feature completely disappears as soon as you disable the user preferences checkbox.
The thing is, there is no checkbox to re-enable this feature like there is for other things like access_token etc.

An additional field for “out of office” would be great.
1 Like
Hannes
2
Hi,
good point:
If you have access to your Zamamd you can post this on the rails console.
Permission.create_if_not_exists(
name: ‘user_preferences.out_of_office’,
note: ‘Access to %s’,
preferences: {
translations: [‘Out of Office’],
required: [‘ticket.agent’],
},
)
I created an issue for this:
regards
1 Like
system
Closed
4
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.