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

Adding an item with the same name doesn't update tree view #4571

Closed
3 of 5 tasks
charlesh88 opened this issue Dec 13, 2021 · 2 comments · Fixed by #4677
Closed
3 of 5 tasks

Adding an item with the same name doesn't update tree view #4571

charlesh88 opened this issue Dec 13, 2021 · 2 comments · Fixed by #4677
Labels
bug:regression It used to work. Now it doesn't :( severity:critical type:bug
Milestone

Comments

@charlesh88
Copy link
Contributor

Summary

Adding items (either via Create, or by drag and drop) that have the same name into an object, when that objects tree node is expanded, will result in the tree not updating properly. Collapsing and expanding the tree node will cause it to update properly.

Having added a bunch of folders and objects into a folder. Note disparity between tree and grid view.

Screen Shot 2021-12-13 at 3 15 26 PM

Two different Condition widgets with the same name dragged into a Display Layout. Note disparity with tree.

Screen Shot 2021-12-13 at 3 18 52 PM

Expected vs Current Behavior

Tree should update without having to manipulate the tree node.

Impact Check List

  • Data loss or misrepresented data?
  • Regression? Did this used to work or has it always been broken?
  • Is there a workaround available?
  • Does this impact a critical component?
  • Is this just a visual bug?

Steps to Reproduce

  1. Expand a folder or other container (like a Layout) in the tree. Create or drag ites
  2. Create or drag a number of items that have the same name (independent of upper/lowercase letters) into the container created in 1.
  3. Observe: the newly added items will not show up in the tree.

Environment

  • Open MCT Version: 1.8.2 1a4a9b2
  • Deployment Type: /testathon
  • OS:
  • Browser:

Additional Information

@khalidadil
Copy link
Contributor

Testing Instructions

  1. Expand a folder or other container (like a Layout) in the tree.
  2. Create or drag a number of items that have the same name (independent of upper/lowercase letters) into the container created in 1.
  3. Observe: the newly added items should show up in the tree.

@unlikelyzero unlikelyzero removed the needs:test instructions Missing testing notes label Feb 14, 2022
@shefalijoshi
Copy link
Contributor

Verified fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug:regression It used to work. Now it doesn't :( severity:critical type:bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants