-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fix app crash when replacing views with object ref from graph.findOrAddObject()
#405
Conversation
Fixes #402 See GitHub issue for in-depth analysis and testing results.
graph.findOrAddObject()
when replacing viewsgraph.findOrAddObject()
@rumersdorfer I've tested this PR with Ordino Public and it worked as before. However, it would be good to have a second opinion and testing cycle for Ordino. Please test Ordino Daily against a local Ordino instance with this PR. Check out the following branches in your local Ordino workspace: Test if all actions regarding opening, closing and replacing a second view are still working as expected and if old provenance tracks (i.e., exported from Ordino Daily and imported locally) still result in the same state. Please post your result here and if everything works submit a successful review. Let me know if you have further questions. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the detailed explanation. The bug is now fixed. Tested also replaying provenance graphs generated from the dev branch and I saw no side effects.
From my side, you can go ahead and merge.
@thinkh @oltionchampari Bug is fixed in Indications. 👍 |
Bug is also fixed in Ordino. 👍 |
## What's Changed ### Features * CLUE support for URL query parameter + refactor public session link by @thinkh in #419 * Replace jQuery scrollTo plugin with custom implementation by @thinkh in #425 * Improve typings for new session functions by @thinkh in #427 * Allow tour card description to include html by @oltionchampari in #432 ### Bugfixes * Fix wrong view name in replace action title by using `ViewWrapper` context by @thinkh in #406 * Fix app crash when replacing views with object ref from `graph.findOrAddObject()` by @thinkh in #405 * Add vertical padding to tour cards and use full height teaser image by @dvmichaelpeterseil in #430 ### Chore * Remove `nav.mainNavi` styles by @thinkh in #415 * Improve Cypress setup and use Cypress commands.js by @dvvanessastoiber in #354 * Add Visyn Scripts by @datavisyn-bot in #421 * Add dist/ folder by @dvtschachinger in #423 * Migration to visyn_core by @oltionchampari in #429 * React 18 Migration by @dvmoritzschoefl in #431 ## New Contributors * @datavisyn-bot made their first contribution in #421 * @dvtschachinger made their first contribution in #423 * @dvmichaelpeterseil made their first contribution in #430 * @dvmoritzschoefl made their first contribution in #431 **Full Changelog**: v13.0.1...v14.0.0
Fixes #402
Developer Checklist (Definition of Done)
next-version: minor
) to this PR following semverSummary of changes
graph.findOrAddObject()
fixes the object refScreenshots