Custom fields page should be visible
Custom fields page is not visible
IMO fields should be displayed, even when Options are hidden. Fields are not Options, it is more Content then options.
Status | New | ⇒ | Confirmed |
Should be layout joomla.edit.params
- condition if ($displayData->get('show_options', 1))
.
Value show_options
is set in edit view of article.
There are two possible solutions IMO:
options
should be rendered separately, influenced by condition above, and all othe fieldsets in foreach
cycle should not be influenced by the condition.show_options
value but ignore_fieldsets
in article edit viewI think just adding the respective fieldsets to the ignore_fieldsets
if "show_options" is set would actually be the correct way.
But the way it is currently done (the parameter is checked in the JLayout) I fear this isn't really possible to do in a B/C way. The intention of this parameter is to actually hide all options rendered by that JLayout, which includes fields.
The intention of this parameter is to actually hide all options rendered by that JLayout, which includes fields.
But is this than not expected behavior? As the same is true for 3rd party extensions that adds tabs. If you disable that option they are not showed.
I can confirm the problem on Joomla! 3.7.2-Dev (nightly Build)
Struggled again about this Issue.
Closed as we have a pr for testing
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-06-13 09:03:48 |
Closed_By | ⇒ | brianteeman |
Confirmed: Set in "Articles: Options" > Tab "Editing Layout" "Show Article Options" to "Hide" and in Article Tab "Field" is also hidden.