-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Open MCT is swallowing some persistence errors #5488
Comments
I saw a few forms of this during testathon on 07/12/22. I would edit the properties on a hyperlink or a web page object in a subfolder, and the display would reflect the properties for a few seconds, but would then revert to the old settings. @ozyx noticed multiple PUT calls being made, including a PUT call with the old properties. Here are some examples: Screen.Recording.2022-07-12.at.4.50.35.PM.movScreen.Recording.2022-07-12.at.5.08.24.PM.mov |
@khalidadil see also #5398 , I believe this is the same issue. And unless anyone has experienced this with |
Test Instructions
|
Summary
In the event of a persistence conflict an error is shown in the JavaScript console, but is not displayed in the UI to the user.
Expected vs Current Behavior
The user should be informed of any persistence errors as this may impact their workflows.
Steps to Reproduce
The only way that I've found of consistently triggering a persistence conflict is by repeatedly renaming an object. They also happen sporadically in other cases. Note that this has highlighted another regression.
Environment
Impact Check List
Additional Information
The text was updated successfully, but these errors were encountered: