Closed ghazal closed 12 years ago
hi, last version downloadable ie Niambie-jfoobar-e03b13a
Since the last 2 updates, I get the wrong filter in /administrator/components/com_mycomps/models/forms/mycomp.xml ± lines 45 and 54
<field name="snippet" type="editor" class="inputbox" label="COM_MYCOMPS_FIELD_SNIPPET_LABEL" description="COM_MYCOMPS_FIELD_SNIPPET_DESC" ------- > filter="ContactsHelper::filterText"
-----> instead of ---> filter="MycompsHelper::filterText"
buttons="false" /> <field name="fulltext" type="editor" class="inputbox" label="COM_MYCOMPS_FIELD_FULLTEXT_LABEL" description="COM_MYCOMPS_FIELD_FULLTEXT_DESC" ------- > filter="ContactsHelper::filterText" buttons="true" />
Hi again, after updating to j!1.7.1, error still occurring.
I have fixed the code and submitted a Pull Request (Issue #28). Hopefully Amy will update soon.
Fixed in #28
hi, last version downloadable ie Niambie-jfoobar-e03b13a
Since the last 2 updates, I get the wrong filter in /administrator/components/com_mycomps/models/forms/mycomp.xml ± lines 45 and 54
-----> instead of ---> filter="MycompsHelper::filterText"