Skip to content

Fix user busy status not being reflected in then new user menu

Olena Horal-Koretska requested to merge 393911-fix-busy-status-in-new-nav into master

What does this MR do and why?

Fixes the issue described in #393911 (closed) when user busy status is not reflected in the modal. Note, that the bug happened only when user set themselves as busy but not updated other fields - message and emoji.

How to set up and validate locally

Prepare

  1. Enable the feature flag:
echo "Feature.enable(:super_sidebar_nav)" | rails c
  1. Enable the user setting from the user dropdown:

Screenshot_2022-12-13_at_1.32.43_PM

  1. The super sidebar should now appear on every page.
  2. Open the user menu and try updating busy checkbox without updating anythign else in the modal. Make sure that the change is reflected when you edit the status

Related to #393911 (closed)

Edited by Olena Horal-Koretska

Merge request reports