This repository has been archived by the owner on Dec 13, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Console error when grid view updates #1542
Labels
Milestone
Comments
did a quick check, it seems a backend bug. On it. |
fixed by metasfresh/metasfresh#3793 |
reopening because metasfresh/metasfresh#3793 is fixing the cache invalidation issue and not the |
IT |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is this a bug or feature request?
bug
What is the current behavior?
Console error when grid view updates TypeError: Cannot read property 'ID' of undefined
Which are the steps to reproduce?
open settings:
https://w101.metasfresh.com:8443/window/53100/2188223
new tab: open user window in grid view (this is page no. 2 because there was my user from settings)
https://w101.metasfresh.com:8443/window/108?page=2&viewId=108-934e04bf3a09430ba73fe8bd159d302e
go back to settings tab and change email address
go back to user tab, see console
=> ViewActions.js:153 Uncaught (in promise) TypeError: Cannot read property 'ID' of undefined
at Object.values.map.viewRowField (ViewActions.js:153)
at Array.map ()
at mergeColumnInfosIntoViewRow (ViewActions.js:153)
at toRows.map.row (ViewActions.js:196)
at Array.map ()
at mergeRows (ViewActions.js:196)
at then.response (DocumentList.js:229)
at
=> also you need to refresh to see the change NOK
What is the expected or desired behavior?
no errors, and the change shall appear without refreshing
The text was updated successfully, but these errors were encountered: