User tests: Successful: Unsuccessful:
load administrator language file when "administrator content" is loaded like in com_contact
joomla-cms/components/com_contact/src/Dispatcher/Dispatcher.php
Lines 36 to 44 in 8958389
open modal for articles in frontend (no articles are present)
Please select:
Status | New | ⇒ | Pending |
Category | ⇒ | Front End com_content |
Unable to replicate the reported problem
open modal for articles in frontend
Thanks for the clarification.
tested successfully.
I have tested this item ✅ successfully on 39ed9e8
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
PR-4.4-dev
|
RTC
Labels |
Added:
RTC
|
Category | Front End com_content | ⇒ | Front End com_contact com_content |
@laoneo GitHub still shows that there are changes requested due to your review #42542 (review) . But to me it reads as if it has been resolved. Could you either approve the changes on GitHub or dismiss your review? Either the one or the other way should remove that red "Changes requested" shown at the bottom of this PR.
@heelc29 why did you put the language loading into the Dispatcher and not the controller? The Dispatcher shouldn't have input dependent logic, this is more the responsibility of the controller.
@laoneo You requested me to override the load language function: #42542 (comment)
Because the changes were in the wrong function and without input checking.
Removed here the milestone as I'm not happy with the latest commit. If input checks are done, then it needs to be moved to the controller.
Status | Ready to Commit | ⇒ | Pending |
Back to pending
Labels |
Removed:
RTC
|
Title |
|
Unable to replicate the reported problem