Skip to content

Conversation

@abdimo101
Copy link
Member

Description

This PR updates the name of the config flag showEmptyMetadataTable to hideEmptyMetadataTable.

Motivation

When set to false, metadata sections are displayed even when empty (default behavior). Set to true to hide empty sections.

Fixes

  • Bug fixed (#X)

Changes:

  • changes made

Tests included

  • Included for each change/fix?
  • Passing?

Documentation

  • swagger documentation updated (required for API changes)
  • official documentation updated

official documentation info

@abdimo101 abdimo101 requested a review from a team as a code owner October 29, 2025 15:16
@abdimo101 abdimo101 requested a review from Junjiequan October 29, 2025 15:16
@abdimo101 abdimo101 changed the title change the naming of the config flag to hideEmptyMetadataTable refactor: change the naming of the config flag to hideEmptyMetadataTable Oct 29, 2025
Copy link
Member

@minottic minottic left a comment

Choose a reason for hiding this comment

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

LGTM, thanks! Minor comment

"notificationInterceptorEnabled": true,
"metadataEditingUnitListDisabled": true,
"showEmptyMetadataTable": false,
"hideEmptyMetadataTable": false,
Copy link
Member

Choose a reason for hiding this comment

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

shouldn't this set to true to be backwards compatible?

Copy link
Member

Choose a reason for hiding this comment

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

In this case false should be used for backward compatibility. It keeps the previous behavior, whether this flag is provided or not.

Copy link
Member

Choose a reason for hiding this comment

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

oh ok. My comment was based on the previous value being "showEmptyMetadataTable": false,, which would equal "hideEmptyMetadataTable": true,...

@abdimo101 abdimo101 merged commit ce84840 into master Nov 5, 2025
13 checks passed
@abdimo101 abdimo101 deleted the update-config-empty-metadata-flag branch November 5, 2025 13:42
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