Write article in joomla 3.9.23 frontend, with diferent fields assigned to diferent categories
enter data in field
then you select category which don't have that field assigned
and your field disapear
First select category then enter data in that category assigned field
First enter data in field, then select category, if selected category don't have that field, you get other field that assigned to selected category and you need to enter data in that new field
joomla 3.9.23
Maybe first tab should be publishing with selecting category that way you will not get to select the field which will disapear then you select category?
Labels |
Added:
?
|
Why do we need to hide Joomla bug with a template override instead of fixing it ...
@infograf768 could you please be so kind and submit pull request ?
I wouldn't call this a "bug", more a matter of taste and @infograf768 gave a solution. But maybe my knowledge of user experience is not good enough.
Labels |
Added:
No Code Attached Yet
bug
Removed: ? |
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-11-18 19:48:35 |
Closed_By | ⇒ | MacJoom |
If you just need changing the order of tabs, you can create a template override for edit form and move
<?php echo JLayoutHelper::render('joomla.edit.params', $this); ?>
after the publishing tab.
Instead of
you would get