Skip to content

Commit 0d853c8

Browse files
committed
[WIP] fixup
1 parent b977c25 commit 0d853c8

File tree

5 files changed

+2
-85
lines changed

5 files changed

+2
-85
lines changed

root/recording/create.tt

Lines changed: 0 additions & 6 deletions
This file was deleted.

root/recording/edit_form.tt

Lines changed: 0 additions & 71 deletions
This file was deleted.

root/server/components.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,6 @@ export default {
544544
'static/scripts/edit/components/GuessCaseIcon': (): Promise<mixed> => import('../static/scripts/edit/components/GuessCaseIcon.js'),
545545
'static/scripts/edit/components/HydratedDateRangeFieldset': (): Promise<mixed> => import('../static/scripts/edit/components/HydratedDateRangeFieldset.js'),
546546
'static/scripts/edit/components/InformationIcon': (): Promise<mixed> => import('../static/scripts/edit/components/InformationIcon.js'),
547-
'static/scripts/recording/RecordingName': (): Promise<mixed> => import('../static/scripts/recording/RecordingName.js'),
548547
'static/scripts/relationship-editor/components/RelationshipEditorWrapper': (): Promise<mixed> => import('../static/scripts/relationship-editor/components/RelationshipEditorWrapper.js'),
549548
'static/scripts/release-editor/components/EditNoteTab': (): Promise<mixed> => import('../static/scripts/release-editor/components/EditNoteTab.js'),
550549
'static/scripts/series/components/SeriesRelationshipEditor': (): Promise<mixed> => import('../static/scripts/series/components/SeriesRelationshipEditor.js'),

root/static/scripts/recording/edit.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,15 @@
99

1010
import $ from 'jquery';
1111

12-
import './RecordingName.js';
1312
import '../edit/components/FormRowTextList.js';
1413

1514
import {
16-
initializeArtistCredit,
1715
installFormUnloadWarning,
1816
} from '../edit/components/forms.js';
1917
import initializeBubble from '../edit/MB/Control/Bubble.js';
20-
import {initGuessFeatButton} from '../edit/utility/guessFeat.js';
2118
import initializeValidation from '../edit/validation.js';
2219

2320
$(function () {
24-
initGuessFeatButton('edit-recording');
25-
initializeArtistCredit('edit-recording');
2621
initializeBubble('#isrcs-bubble', 'input[name=edit-recording\\.isrcs\\.0]');
2722
installFormUnloadWarning();
2823
initializeValidation();

t/selenium/MBS-11529.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
command: 'click',
31-
target: 'css=div.recording-name button.guessfeat',
31+
target: 'css=button.guessfeat',
3232
value: '',
3333
},
3434
{
@@ -134,7 +134,7 @@
134134
},
135135
{
136136
command: 'click',
137-
target: 'css=div.recording-name button.guessfeat',
137+
target: 'css=button.guessfeat',
138138
value: '',
139139
},
140140
{

0 commit comments

Comments
 (0)