WISE-Community / WISE-Client

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

fix(Graph Authoring): Connected component does not repopulate values #1909

Closed geoffreykwan closed 1 month ago

geoffreykwan commented 1 month ago

Changes

Test

Connected component Component value

  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 (previously it would be set to blank)

Connected component Type value

  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" (previously it would be set to "Import Work")

Closes #1908

geoffreykwan commented 1 month 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: