User Profile - Out of office

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.

Screenshot - 07_12

An additional field for “out of office” would be great.

1 Like

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

Cool, thanks a lot!

cheers

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.