Fixed: Add None Metadata Profile option to Mass Editor

Fixes #2302
This commit is contained in:
Qstick 2023-01-15 01:11:47 -06:00
parent 2fe653fd1e
commit e41c32e38b
2 changed files with 2 additions and 1 deletions

View File

@ -246,6 +246,7 @@ class ArtistEditorFooter extends Component {
name="metadataProfileId" name="metadataProfileId"
value={metadataProfileId} value={metadataProfileId}
includeNoChange={true} includeNoChange={true}
includeNone={true}
isDisabled={!selectedCount} isDisabled={!selectedCount}
onChange={this.onInputChange} onChange={this.onInputChange}
/> />

View File

@ -56,7 +56,7 @@ export const defaultState = {
name: 'metadataProfileId', name: 'metadataProfileId',
label: translate('MetadataProfile'), label: translate('MetadataProfile'),
isSortable: true, isSortable: true,
isVisible: false isVisible: true
}, },
{ {
name: 'path', name: 'path',