File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
lib/MusicBrainz/Server/Controller Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ sub index : Path('/attributes') Args(0) {
43
43
44
44
$c -> stash(
45
45
current_view => ' Node' ,
46
- component_path => ' attributes/Index ' ,
46
+ component_path => ' attributes/AttributesList ' ,
47
47
component_props => {
48
48
entityTypeModels => \@entity_type_models ,
49
49
otherModels => \@other_models ,
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ component AttributeList(modelList: Array<string>) {
30
30
) ;
31
31
}
32
32
33
- component Attributes (
33
+ component AttributesList (
34
34
entityTypeModels : Array < string > ,
35
35
otherModels : Array < string > ,
36
36
) {
@@ -47,4 +47,4 @@ component Attributes(
47
47
) ;
48
48
}
49
49
50
- export default Attributes ;
50
+ export default AttributesList ;
Original file line number Diff line number Diff line change @@ -84,11 +84,11 @@ export default {
84
84
'artist_credit/ArtistCreditIndex' : ( ) : Promise < mixed > => import ( '../artist_credit/ArtistCreditIndex.js' ) ,
85
85
'artist_credit/EntityList' : ( ) : Promise < mixed > => import ( '../artist_credit/EntityList.js' ) ,
86
86
'attributes/Attribute' : ( ) : Promise < mixed > => import ( '../attributes/Attribute.js' ) ,
87
+ 'attributes/AttributesList' : ( ) : Promise < mixed > => import ( '../attributes/AttributesList.js' ) ,
87
88
'attributes/CannotRemoveAttribute' : ( ) : Promise < mixed > => import ( '../attributes/CannotRemoveAttribute.js' ) ,
88
89
'attributes/CreateAttribute' : ( ) : Promise < mixed > => import ( '../attributes/CreateAttribute.js' ) ,
89
- 'attributes/DeleteAttribute' : ( ) : Promise < mixed > => import ( '../attributes/DeleteAttribute.js' ) ,
90
90
'attributes/EditAttribute' : ( ) : Promise < mixed > => import ( '../attributes/EditAttribute.js' ) ,
91
- 'attributes/Index ' : ( ) : Promise < mixed > => import ( '../attributes/Index .js' ) ,
91
+ 'attributes/DeleteAttribute ' : ( ) : Promise < mixed > => import ( '../attributes/DeleteAttribute .js' ) ,
92
92
'attributes/Language' : ( ) : Promise < mixed > => import ( '../attributes/Language.js' ) ,
93
93
'attributes/Script' : ( ) : Promise < mixed > => import ( '../attributes/Script.js' ) ,
94
94
'cdstub/BrowseCDStubs' : ( ) : Promise < mixed > => import ( '../cdstub/BrowseCDStubs.js' ) ,
You can’t perform that action at this time.
0 commit comments