-
Notifications
You must be signed in to change notification settings - Fork 39
Feature/finished/iia 1349 fix data refresh #246
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
Feature/finished/iia 1349 fix data refresh #246
Conversation
dholubek
left a comment
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.
had one comment
| */ | ||
| public static void putArrowOnRight(TitledPane pane) { | ||
| putArrowOnRight(pane, DEFAULT_BUTTON_SPACING, ".title", ".arrow-button"); | ||
| //putArrowOnRight(pane, DEFAULT_BUTTON_SPACING, ".title", ".arrow-button"); |
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.
do we want this commented out here or on the caller (GenEditingDetailsController::putTitlePanesArrowOnRight) in our controller because this will flip the position on other windows (eg Pattern) that use it.
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.
Not sure why folks were getting a null pointer exception (selectors .arrow-button weren't added to the substructure of the title at the time of the call).
I thought we could resolve this another way later. Just wanted the refresh to work.
stenkarl
left a comment
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.
I also tested locally and it all looks good to me.
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.
It looks good to me!
Let's defer the commented out code from TitledPaneHelper.java line 81. (Have another ticket to resolve this issue).
Fixed Data refresh issue.
Validated locally to reflect the Data refresh functionality. Currently working on updating values into Database.
PFA for reference.
https://ikmdev.atlassian.net/browse/IIA-1349
Existing Semantic details

Editing new values

Data refresh on Semantic Details Panel after clicking "Submit".