[4.3] Massmail: Fix validation#39374
Merged
obuisard merged 5 commits intojoomla:4.3-devfrom Dec 13, 2022
Merged
Conversation
This was referenced Dec 7, 2022
Contributor
Member
Author
|
@Quy done |
Member
|
I have tested this item ✅ successfully on 5e9c489 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39374. |
Member
|
The deleted JS file will be added to the list of files to be deleted on update in script.php with another PR. I will care for that. |
4 tasks
Contributor
|
I have tested this item ✅ successfully on 5e9c489 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39374. |
Member
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39374. |
Contributor
|
Thank you Hannes @Hackwar for the PR! |
4 tasks
richard67
added a commit
to richard67/joomla-cms
that referenced
this pull request
Dec 13, 2022
Closed
4 tasks
Member
|
Documentation PR is wrong because it misses the removed JS file... this PR should have not been merged with a wrong documentation PR, also the documentation PR has to be merged at the same time as the PR it self.... |
Member
Author
|
Are you saying that we can't remove the JS? Or just to extend the documentation PR? |
Member
richard67
added a commit
to richard67/joomla-cms
that referenced
this pull request
Dec 16, 2022
richard67
added a commit
to richard67/joomla-cms
that referenced
this pull request
Dec 16, 2022
This reverts commit eea6085.
richard67
added a commit
to richard67/joomla-cms
that referenced
this pull request
Dec 16, 2022
4 tasks
obuisard
pushed a commit
that referenced
this pull request
Dec 17, 2022
…o be b/c for layout overrides (#39431)
4 tasks
richard67
added a commit
to richard67/joomla-cms
that referenced
this pull request
Apr 2, 2023
Delete the js files and the asset once deleted with PR's joomla#38823 and joomla#39374 and then added back with PR joomla#39431 for b/c reasons.
richard67
added a commit
to richard67/joomla-cms
that referenced
this pull request
Apr 2, 2023
Delete the js files and the asset once deleted with PR's joomla#38823 and joomla#39374 and then added back with PR joomla#39431 for b/c reasons.
2 tasks
brianteeman
added a commit
to brianteeman/joomla-cms
that referenced
this pull request
Nov 22, 2023
COM_USERS_MAIL_PLEASE_FILL_IN_THE_FORM_CORRECTLY="Please fill in the form correctly." This string was marked as deprecated in joomla#39374 and removed from 5.0 as a result of the deprecation However this was in error as the string is used https://github.com/joomla/joomla-cms/blob/43a9aab4992d3048e8f2ee5091cd76959fc52acc/administrator/components/com_users/src/Model/MailModel.php#L126 This simple PR restores the string. I have made it against 5.0 as I see this as a bugfix but maintainers may decide its a new string and therefore must be in 5.1
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Pull Request for Issue #33450.
Summary of Changes
Please see the original issue for the problem. Simply said, the mass mail feature has a custom, stupid form validation. This PR uses the default Joomla validation and also the default markup.
Testing Instructions
Actual result BEFORE applying this Pull Request
The form is not send and you get a blue box stating an error. Clicking again will add yet another blue box each time.
Expected result AFTER applying this Pull Request
Sending the form is prevented and all invalid fields are marked red. In addition, there is a message at the top. Clicking again will re-validate and only display one message at the top.
Link to documentations
Please select: