-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[5.2] Fix for: Article cannot be saved successfully on the front-end #44680
base: 5.2-dev
Are you sure you want to change the base?
Conversation
@NicolasDerumigny Can you change the title of the Pull Request to something more meaningful cause the title will be used in the changelog. Maybe something like "[5.2] Fix for: Article cannot be saved successfully". |
Of course. That's done! |
Can you provide a screenshot where to click or explain in another way? |
Of course. JavaScript set in <button type="button" class="btn btn-primary" data-submit-task="article.apply">
<span class="icon-check" aria-hidden="true"></span>
Enregistrer
</button> Therefore, clicking on the "check" icon (corresponding to the |
Thanks but can you provide a screenshot where to click to get the bug? |
I have tested this item ✅ successfully on 8e6ae5c @NicolasDerumigny I haven't noticed its about the frontend. Can you update the test instructions like "Modify an existing article in the frontend."? This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44680. |
That's done! Let me know if you need anything else! |
Pull Request for Issue #37106 (or, at least, an issue having the exact same symptoms and behaviour).
Summary of Changes
Modify the element used for button data selector when using any button of the com_content edit form on the front-end.
Testing Instructions
Modify an existing article using the front-end. Save by clicking specifically on the checkbox icon in the save button (so that the
event.target
is thespan.icon-check
).Actual result BEFORE applying this Pull Request
The article is not saved, as the POST request sent to the server has an empty
task
field.Expected result AFTER applying this Pull Request
The article is correctly saved.
Link to documentations
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