Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bug where new note was not listed #566

Merged
merged 3 commits into from
Aug 25, 2021

Conversation

denektenina
Copy link
Contributor

@denektenina denektenina commented Aug 24, 2021

The bug: In the action list on either the Dashboard (1), or in the Follow-up tab (2),

(1)
image

(2)
image

when clicking on an action to open it in the side panel, and then writing a note, the note will not appear in the list of notes beneath the input field, even though the saved icon appears and the note seems to be saved. This problem does not happen when opening an action in the side panel in the questions view (3)

(3)
image

This fix: The problem was that we were sending a copy of the action to the side panel, and this copy had the old list of notes which then would not list the new note. Now, the action in the side panel is refreshed every time the component is refreshed, and will thus have the newest data.

@lightenup lightenup added the bug Something isn't working label Aug 25, 2021
@denektenina denektenina merged commit d130230 into equinor:master Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: When saving a new note in ActionsTable, the note does not appear in the list of notes
3 participants