Skip to content

Conversation

@bhharsh13
Copy link
Contributor

@bhharsh13 bhharsh13 commented Feb 4, 2025

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
Exisiting Pattern Fields Values

Editing new values
New Values before submit

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

updated Values after submit

Copy link
Contributor

@dholubek dholubek left a 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");
Copy link
Contributor

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.

Copy link
Contributor

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.

Copy link
Contributor

@stenkarl stenkarl left a 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.

Copy link
Contributor

@carldea carldea left a 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).

@stenkarl stenkarl merged commit d6872c2 into ikmdev:main Feb 4, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants