Skip to content

Conversation

@Chsudeepta
Copy link
Contributor

Description of work

GUI changes to show macro setting from globals.txt

Ticket

This address the issue described here

Acceptance criteria

  1. The GUI should show the globals.txt macro settings in a separate tab in the edit/view configuration dialog.
  2. The data should be shown in a sortable table.
  3. The code should acceptable coding standards.

Code Review

Final Steps


String subTitle = "Editing the " + configName + " configuration";
if (Optional.ofNullable(config.getGlobalmacros()).map(l -> l.isEmpty()).orElse(true)) {
subTitle += "\n\nNote: There also are global macros defined. See the Global Macros tab.\\n\\nThey over-ride IOC level macro";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something not right with scaling in dialogue box:
image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has been fixed. Please take latest and check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants