Install the previous version of Joomla and then update to the current version
During update 4 counters are visible (percent complete, bytes read, bytes extracted and files extracted). Expected is that the values of all counters increase during the update.
The value of files extracted increases and decreases
Joomla 3.8.12
I think that the issue possibly could be fixed by adjusting the file update.js of com_joomlaupdate. In the function stepExtract the line:
jQuery('#extfiles').text(data.files);
has to be changed to:
jQuery('#extfiles').text(stat_files);
Category | com_joomlaupdate | ⇒ | com_joomlaupdate Feature Request |
Category | com_joomlaupdate Feature Request | ⇒ | com_joomlaupdate Feature Request UI/UX |
Labels |
Added:
J3 Issue
|
Status | New | ⇒ | Discussion |
The most annoying thing is that it keeps extracting after the progress bar has reached 100%.
A proper progress bar should never reach100. It should stop at 99, and then disappear when finished.
@manfredvdn Can you make a pull request?
@manfredvdn if needed: How to make a Pull Request.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-06-13 20:57:14 |
Closed_By | ⇒ | joomla-cms-bot |
Closed_Date | 2019-06-13 20:57:14 | ⇒ | 2019-06-13 20:57:15 |
Closed_By | joomla-cms-bot | ⇒ | Quy |
Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/21922
Please test PR #25198.
+1