User tests: Successful: Unsuccessful:
This PR fixes error validation on a "User" field when a user is selected.
administrator/index.php?option=com_messages&view=messages
Field remained red with the error message
Error message is removed and field border turns green
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Repository NPM Change |
I have tested this item ✅ successfully on 57babee
Labels |
Added:
NPM Resource Changed
PR-5.1-dev
|
I have tested this item ✅ successfully on 0dabe82
I have tested this item ✅ successfully on 0dabe82
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
RTC
|
I have tested this item ? unsuccessfully on dc0db7f
Pressing the button {Apply Patch] results in error message
There are no files to patch from this pull request. This may mean that the files in the pull request are not present in your installation.
"Apply patch" button doesn't work. Error message is "There are no files to patch from this pull request. This may mean that the files in the pull request are not present in your installation."
I have tested this item ? unsuccessfully on dc0db7f
When I try to install the patch, I get this error:
"There are no files to patch from this pull request. This may mean that the files in the pull request are not present in your installation."
@crimle @Nuyonuyonoina @eddiekonczal I will reset the negative test results as they are not caused by this PR. The PR modifies an NPM dependency, which can be seen by the label "NPM Resource Changed". Such PRs can't be tested with Patchtester, they require either a development environment with composer and NPM, or they need to be applied by using the packages created by drone, which can be found in the "Downloads" section of the integration checks at the bottom of the PR.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2024-02-25 22:19:34 |
Closed_By | ⇒ | bembelimen |
Thx
I wouldn't add another listener into the validate.js.
FWIW you can fix this issue by replacing this
joomla-cms/build/media_source/system/js/fields/joomla-field-user.w-c.es6.js
Lines 142 to 146 in 4e6d9ea
with this:
Basically it's a focus delegation problem...