Tested the new labelkey system earlier and it worked fine. Downloaded a new version of my projet since and now it does not seem to work any more
I am altering
<field name="coroner"
label="MOLExxx_FIELD_CORONER"
alias="_coroner_name"
filter="INT"
listKey="id"
labelKey="surname"
type="ckcombo"
nullLabel="MOLExxx_JSEARCH_SELECT_CORONER"/>
in the XML form file to
<field name="coroner"
label="MOLExxx_FIELD_CORONER"
alias="_coroner_name"
filter="INT"
listKey="id"
labelKey="<%title%> <%surname%>, <%firstname%>"
type="ckcombo"
nullLabel="MOLExxx_JSEARCH_SELECT_CORONER"/>
and I am getting
Fatal error: Call to a member function getFieldsets() on a non-object in /home/content/86/8981786/html/_websites/xxx.info/administrator/components/com_xxxfuneral/views/funeralitem/tmpl/funeralitem_basicdetails.php on line 22
I have tried with just <%surname%> as an experiment and get exactly the same error