mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 08:57:00 -06:00
SDA-4087 out of office presence bugfix (#1754)
This commit is contained in:
parent
ddf7e67728
commit
e0197135e5
@ -196,11 +196,11 @@ class PresenceStatus {
|
|||||||
)(),
|
)(),
|
||||||
type: 'checkbox',
|
type: 'checkbox',
|
||||||
visible: isMana,
|
visible: isMana,
|
||||||
checked: presence.statusGroup === EPresenceStatusGroup.OFFLINE,
|
checked: presence.statusGroup === EPresenceStatusGroup.ABSENT,
|
||||||
click: () => {
|
click: () => {
|
||||||
this.handlePresenceChange(
|
this.handlePresenceChange(
|
||||||
EPresenceStatusCategory.OUT_OF_OFFICE,
|
EPresenceStatusCategory.OUT_OF_OFFICE,
|
||||||
EPresenceStatusGroup.OFFLINE,
|
EPresenceStatusGroup.ABSENT,
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user