Fix duplicate and inconsistent update messages in Upload & Update view #46338#47550
Closed
pratibha-builds wants to merge 811 commits intojoomla:5.4-devfrom
Closed
Fix duplicate and inconsistent update messages in Upload & Update view #46338#47550pratibha-builds wants to merge 811 commits intojoomla:5.4-devfrom
pratibha-builds wants to merge 811 commits intojoomla:5.4-devfrom
Conversation
* Update create-translation-pull-request-v6.yml * Language update * Use PAT for translation bot
Merge pull request #46640 from Bodge-IT/upmerges/2026-01-08
Broken articles table in backend fix
[6.1] Upmerges - 2026-01-08
…ion for Category List (#46539) Co-authored-by: Brian Teeman <brian@teeman.net>
Co-authored-by: Brian Teeman <brian@teeman.net> Co-authored-by: Quy <quy@nomonkeybiz.com>
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
Co-authored-by: Quy <quy@nomonkeybiz.com> Co-authored-by: Hannes Papenberg <info@joomlager.de> Co-authored-by: Denitz <denitz@site.com>
Co-authored-by: Phil Walton <phil@softforge.co.uk> Co-authored-by: Harald Leithner <leithner@itronic.at>
…iously made with PR 46646 (#46661) * Composer update paragonie/sodium_compat to v1.24.0 * Composer update altcha-org/altcha to v1.3.1
* Update create-translation-pull-request-v6.yml * Language updates * Use PAT for translation bot * fix build error https://github.com/joomla-translation-bot/joomla-cms/actions/runs/20963499191/job/60247089852 --------- Co-authored-by: Gary Barclay <1881642+Bodge-IT@users.noreply.github.com> Co-authored-by: Stefan Wendhausen <stefan.wendhausen@tec-promotion.de>
Co-authored-by: Gary Barclay <1881642+Bodge-IT@users.noreply.github.com>
…ies 2026-01-10 (#46663) * NPM audit fix 2026-01-08 * NPM audit fix 2026-01-10
* Improve language caching error handling * Code simplify * Catch Log::add RuntimeException
Merge pull request #47541 from Bodge-IT/upmerges/2026-04-03
Contributor
|
Thank you @pratibha-builds for your contribution. Please note:
Please rebase and update this PR, or it will be closed in two weeks. |
[6.2] upmerge 2025 04 08
b27e58a to
13f2e29
Compare
Contributor
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Contributor
c12152c to
c469db5
Compare
Member
|
@pratibha-builds I just see you have opened a new PR for 6.2-dev which replaces this one here. Could you refer to this PR here in the description of the other PR, e.g. with |
1 task
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 resolves #46338
Before_Update.mp4
Summary of Changes
This PR refactors the rendering of update messages in the Upload & Update view.
Previously:
Changes made:
This improves UI clarity, avoids repetition, and maintains both functional use cases.
Testing Instructions
Navigate to:
Administrator → System → Joomla Update → Upload & Update
Test two scenarios:
Case 1: Update available
Case 2: No update available (simulated)
Ensure:
Actual result BEFORE applying this Pull Request
Expected result AFTER applying this Pull Request
Screenshots / Testing Evidence
Before Fix (Duplicate / inconsistent messages):
https://github.com/user-attachments/assets/9bf8500b-b59c-4ddf-bcd4-59802e0df3e7
After Fix (Single alert, clean UI, no duplication):