User tests: Successful: Unsuccessful:
Pull Request for Issue #33368.
Just remove the context
in joomla.searchtools.default
Admin
> Users
> Fields
& Admin
> Users
> Field Groups
Users dropdown present
None
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_fields |
I have only changed the groups
and fields
view in com_fields
Yes thats right and that is used in multiple places. For example the fields in com_contact
I understood
Thanks
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-04-27 13:34:39 |
Closed_By | ⇒ | rjharishabh | |
Labels |
Added:
?
|
@rjharishabh I'm not sure 100% but if you want, you can give it another try by modify this line of code:
to something like:
$contexts = $component->getContexts();
if (count($contexts) > 1)
{
return $contexts;
}
That should make it behaves in the same way with Joomla 3. See https://github.com/joomla/joomla-cms/blob/staging/administrator/components/com_fields/models/fields/fieldcontexts.php#L64 for reference.
Thanks @joomdonation
I have tested this item? unsuccessfully on 57939b9
Obviously wrong as this removes contexts everywhere
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/33371.