Hello,
I have been Working with Joomla from 3 years.
Now i get stuck with new Issue, unable to save a attribs param which is added through custom plug-in.
My requirement is to add couple of params through Plug-in and base on some condition i have to remove one param from these list.
I have used joomla $form api to do this but it didn't work.
code:
$form->loadFile('params', false);
if(!in_array($data->catid,$mappedCategories))
{
$form->removeField("mappedCategory","attribs");
}
Saving mappedCategory field to attribs list
mappedCategory param removed from database when i save the article
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-09-18 10:13:45 |
Closed_By | ⇒ | Bakual |
This is the issue tracker for the core CMS. For support requests please use the Google Group (https://groups.google.com/forum/#!forum/joomla-dev-general) or the forums (http://forum.joomla.org/)
Closing as not an issue within core.