You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When fixing and resolving issues in the UFixitModal when filtered to "Active Issues" (the default), if the user fixes or resolves multiple issues, only the latest updated issue stays in the modal. See the video below for an example:
Screen.Recording.2023-02-12.at.7.59.51.PM.mov
I believe this is because the report from the backend supersedes the frontend report in this handler method, and the extra logic that follows to keep the last resolved issue in the modal only affects the latest issue.
For people familiar with the design decisions with version 3, is this deliberate? There are small changes we could make here to keep all fixed or resolved issues in the modal until it has been closed. I think the current behavior is somewhat confusing and it would make sense to keep anything changed while the modal has been open in view, so users can review (or un-do) their work.
The text was updated successfully, but these errors were encountered:
When fixing and resolving issues in the
UFixitModal
when filtered to "Active Issues" (the default), if the user fixes or resolves multiple issues, only the latest updated issue stays in the modal. See the video below for an example:Screen.Recording.2023-02-12.at.7.59.51.PM.mov
I believe this is because the
report
from the backend supersedes the frontendreport
in this handler method, and the extra logic that follows to keep the last resolved issue in the modal only affects the latest issue.UDOIT/assets/js/Components/App.js
Lines 219 to 228 in d15538d
For people familiar with the design decisions with version 3, is this deliberate? There are small changes we could make here to keep all fixed or resolved issues in the modal until it has been closed. I think the current behavior is somewhat confusing and it would make sense to keep anything changed while the modal has been open in view, so users can review (or un-do) their work.
The text was updated successfully, but these errors were encountered: