Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/config/frontend.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"datasetDetailsShowMissingProposalId": false,
"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,...

"datafilesActionsEnabled": true,
"datafilesActions": [
{
Expand Down
Loading