Opened 10 years ago
Closed 10 years ago
#34048 closed defect (bug) (fixed)
Shiny updates hangs at "Updating…" after updating translations
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Upgrade/Install | Keywords: | has-patch 2nd-opinion |
Focuses: | Cc: |
Description
If you're updating a plugin which has translation updates the "Updating…" state doesn't get removed because the Ajax response includes HTML:
<p>Some of your translations need updating. Sit tight for a few more seconds while we update them as well.</p> <div class="update-messages lp-show-latest"><h4>Updating translations for User Switching (en_CA)…</h4><p>Downloading translation from <span class="code">https://downloads.wordpress.org/translation/plugin/user-switching/1.0.7/en_CA.zip</span>…</p> <p>Unpacking the update…</p> <p>Installing the latest version…</p> <p>Translation updated successfully.</p> </div><div class="update-messages lp-show-latest"><h4>Updating translations for User Switching (it_IT)…</h4><p>Downloading translation from <span class="code">https://downloads.wordpress.org/translation/plugin/user-switching/1.0.7/it_IT.zip</span>…</p> <p>Unpacking the update…</p> <p>Installing the latest version…</p> <p>Translation updated successfully.</p> </div><div class="update-messages lp-show-latest"><h4>Updating translations for User Switching (ja)…</h4><p>Downloading translation from <span class="code">https://downloads.wordpress.org/translation/plugin/user-switching/1.0.7/ja.zip</span>…</p> <p>Unpacking the update…</p> <p>Installing the latest version…</p> <p>Translation updated successfully.</p> </div><div class="update-messages lp-show-latest"><h4>Updating translations for User Switching (nb_NO)…</h4><p>Downloading translation from <span class="code">https://downloads.wordpress.org/translation/plugin/user-switching/1.0.7/nb_NO.zip</span>…</p> <p>Unpacking the update…</p> <p>Installing the latest version…</p> <p>Translation updated successfully.</p> </div><div class="update-messages lp-show-latest"><h4>Updating translations for User Switching (ro_RO)…</h4><p>Downloading translation from <span class="code">https://downloads.wordpress.org/translation/plugin/user-switching/1.0.7/ro_RO.zip</span>…</p> <p>Unpacking the update…</p> <p>Installing the latest version…</p> <p>Translation updated successfully.</p> </div><div class="update-messages lp-show-latest"><h4>Updating translations for User Switching (ru_RU)…</h4><p>Downloading translation from <span class="code">https://downloads.wordpress.org/translation/plugin/user-switching/1.0.7/ru_RU.zip</span>…</p> <p>Unpacking the update…</p> <p>Installing the latest version…</p> <p>Translation updated successfully.</p> </div><script type="text/javascript"> (function( wp ) { if ( wp && wp.updates.decrementCount ) { wp.updates.decrementCount( "translation" ); } })( window.wp ); </script>{"success":true,"data":{"update":"plugin","plugin":"user-switching\/user-switching.php","slug":"user-switching","oldVersion":"Version 1.0.7","newVersion":"Version 1.0.8"}}
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
With 34048.patch we re-use the automatic upgrader skin if the parent upgrader uses it.
@dd32: Could you verify this for me please?