Hello all.
Just by chance I took a look into some components and notice route should be:
/administrator/components/com_contact/models/fields
instead of
/administrator/components/com_contacts/models/fields
Regards
Labels |
Added:
?
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-05-25 13:17:03 |
Closed_By | ⇒ | joomdonation |
Thanks for reporting @deibit . That filter form does not use Modal_Contact field type (the only field type defined in administrator/components/com_contact/models/fields folder), so I would say that we can event remove the whole code
addfieldpath="/administrator/components/com_contacts/models/fields"
from that line. Could you please make a PR for the change?