WISE-Community / WISE-Client

Client-side code for WISE
Other
3 stars 4 forks source link

bug(Graph Authoring): Connected component authoring does not repopulate values #1908

Closed geoffreykwan closed 2 months ago

geoffreykwan commented 3 months ago

How to reproduce connected component Component value not repopulating

  1. Open a unit in the Authoring Tool
  2. Create a step titled "Graph and Draw" with a Graph item and a Draw item
  3. Create another step titled "Graph" with a Graph item
  4. Go into the "Graph" step
  5. Open the Graph item advanced view
  6. Add a connected component
  7. Set the connected component Step to the "Graph and Draw" step
  8. Set the connected component Component to the Draw item
  9. Set the connected component type to "Import Work"
  10. Refresh the page and open the Graph item advanced view
  11. The connected component Component value should be set to the Draw item but it will be blank

How to reproduce connected component Type value not repopulating

  1. Open a unit in the Authoring Tool
  2. Create a step titled "Graph 1" with a Graph item
  3. Create another step titled "Graph 2" with a Graph item
  4. Go into the "Graph 2" step
  5. Open the Graph item advanced view
  6. Add a connected component
  7. Set the connected component Step to the "Graph 1" step
  8. Set the connected component Component to the Graph item
  9. Set the connected component type to "Show Work"
  10. Refresh the page and open the Graph item advanced view
  11. The connected component Type value should be set to "Show Work" but it will be set to "Import Work"
geoffreykwan commented 2 months ago

:tada: This issue has been resolved in version 5.156.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: