User tests: Successful: Unsuccessful:
Write the field type different to fix issue #38705
Pull Request for Issue #38705 .
Changed the field Name, maybe because of Case Sensitive Servers?
If you experience that you have no Module Position selectable in the com_user Settings for Multifactor authentification like descriped here: #38705
Apply the patch and see if the module Positions are listed now.
No module positions are shown
Module Positions are shown.
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Category | ⇒ | Administration com_users |
Status | New | ⇒ | Pending |
Strange ⦠maybe Iām missing something here.
did you already try what I had said #38705 (comment)
Just to be complete - here is a recording of what I explained on the original issue.
The behaviour is exactly the same with and without this PR
It is the intended behaviour of this field to only show positions that are in use. Exactly as you will see with the filter that is available in the module manager.
I have the issue on my website where I have a lot of modules that are in use.
I have tested this item
Sorry I wasnt testing it correctly. Issue replicated now and fix confirmed.
Thank you @brianteeman !
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
|
RTC
This pull request has been automatically rebased to 4.3-dev.
Labels |
Added:
?
bug
|
Labels |
Added:
PR-4.3-dev
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-05-05 20:18:19 |
Closed_By | ⇒ | obuisard |
Thank you Elisa @coolcat-creations for the PR :-)
Hmm according to this documentation it should be "moduleposition", lowercase but with singular "module" and not plural "modules": https://docs.joomla.org/ModulePosition_form_field_type
And in the form fields there is also no file with "modules" in plural, only this one: https://github.com/joomla/joomla-cms/blob/4.2-dev/libraries/src/Form/Field/ModulepositionField.php
@coolcat-creations What happens if you change
type="modulesposition"
totype="moduleposition"
in the XML file?