User tests: Successful: Unsuccessful:
With #44161 the limitation that custom fields has to be unique system wide was removed. This could break when e.g. a plugin loads custom fields from another extension into a form.
components/com_users/tmpl/registration/default.php
line 23:Joomla\Component\Fields\Administrator\Helper\FieldsHelper::prepareForm('com_contact.contact', $this->form, []);
two "Foobar" fields visible
Only one "Foobar" field is loaded, the fields are conflicting. This has also different effect when e.g. saving etc.
I like in general the idea of the original PR, but it has to be in a Major version respecting the B/C rules.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_fields Language & Strings |
I have tested this item ✅ successfully on 2cba929
Hint for other testers: When having applied this PR, it is not enough just to visit the user registration again to see both fields. You have to edit one of the 2 fields again (or proceed again from the start where you have none of these fields yet). Then you won't be able to save the field (2nd in case if you started again from scratch). You have to manually chose a different name, then you can save, and then you will see both fields in the user registration.
I have tested this item ✅ successfully on 2cba929
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
Language Change
PR-5.3-dev
|
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-11-16 16:43:43 |
Closed_By | ⇒ | HLeithner | |
Labels |
Added:
RTC
|
Thanks
Thanks @bembelimen!