Steps to reproduce the issue
Try to create a new field of anything but text
Expected result
when you select the field type then various options will appear appropriate to that field type
Actual result
No change but there is a js error
Uncaught TypeError: Joomla.loadingLayer is not a function
at window.typeHasChanged (index.php?option=com_fields&view=field&layout=edit&context=com_content.article:2102)
at HTMLSelectElement.onchange (index.php?option=com_fields&view=field&layout=edit&context=com_content.article:337)
System information (as much as possible)
Additional comments
Wherever
Joomla.loadingLayer()
is being callled from, it needs to be replaced with:To show the loading icon:
To hide the loading icon:
or: