-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
Trying to delete a script causes the following ISE:
Can't locate object method "has_children" via package "MusicBrainz::Server::Data::Script" at lib/MusicBrainz/Server/Controller/Attributes.pm line 135. at lib/MusicBrainz/Server/Controller/Attributes.pm line 135
Seems that when implementing MBS-10076 I forgot that script (and language) have no "has_children". Probably safe to just add a has_children { 0 } method to both.