?
avatar nareshbtech514
nareshbtech514
18 Sep 2015

Steps to reproduce the issue

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");
}

Expected result

Saving mappedCategory field to attribs list

Actual result

mappedCategory param removed from database when i save the article

System information (as much as possible)

Additional comments

avatar nareshbtech514 nareshbtech514 - open - 18 Sep 2015
avatar Bakual
Bakual - comment - 18 Sep 2015

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.

avatar Bakual Bakual - change - 18 Sep 2015
Status New Closed
Closed_Date 0000-00-00 00:00:00 2015-09-18 10:13:45
Closed_By Bakual
avatar Bakual Bakual - close - 18 Sep 2015

Add a Comment

Login with GitHub to post a comment