Ok, so I came acrross a bug that occurs on custom html modules (could be happening to others as well), which results in possible loss of all of module's made choices.
create a custom html module and add some class suffixes to it, save it and close it.
Start the creation of a new custom html module but do not add any class suffixes to it and do not save it.
While at the creation screen of the new custom html module, open module manager on a new tab, and then open the custom html module you created on the first step. This module will now have NO class suffixes (or any other choice it may have had). (The suffixes are in the database but are not displayed, if you make the mistake to save the module, they will be lost)
joomla 3.4.5
The problem has been happening for all joomla 3+ versions
Title |
|
Status | New | ⇒ | Confirmed |
I can confirm this for ALL advanced options.
Not for other ones in other tabs.
And it's independent from the module type you open with New
It looks like these lines are overriding
$data->params
Surrounding them with
if (empty($data->params))
{
.... lines 606-611
}
fixed the issue but I'm not shure if it should be fixed earlier when userState is written, maybe with an additional module id.
So, no PR.
Needs some help/comment from a "wise guy".
Category | ⇒ | Administration |
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-11-29 08:11:51 |
Closed_By | ⇒ | infograf768 |
Closing as we have a patch #8557
Set to "closed" on behalf of @infograf768 by The JTracker Application at issues.joomla.org/joomla-cms/8464
I can confirm this following the steps above
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/8464.