User tests: Successful: Unsuccessful:
Pull Request for Issue #34498.
My attempt to fix #34498. Currently, we only submit data between drag and drop element to server for updating ordering. Now, I modified it so that data from all rows (within same group if there is group) will be submitted in ajax request (basically, same with J3).
Status | New | ⇒ | Pending |
Category | ⇒ | JavaScript Repository NPM Change |
Labels |
Added:
NPM Resource Changed
?
|
@Magnytu2 There could be several reasons causing the error like the path to tmp folder is not correct, out of diskspace or permission error...
Could you please try to download the update package for this PR, then go to System -> Update -> Joomla, upload and update the package manually?
@richard67 No it does not want to do it.
@joomdonation The package is too big for me to do it this way. I will do it by Filezilla
@Magnytu2 You can modify this line of code https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/modules/mod_version/tmpl/default.php#L19
Change it to something like:
<span aria-hidden="true"><?php echo 'Joomla 4'; ?></span>
Replace Joomla 4 with the text you want to display.
Could you please mark your test result in issue tracker?
I have tested this item
@Magnytu2 You can modify this line of code https://github.com/joomla/joomla-cms/blob/4.0-dev/administrator/modules/mod_version/tmpl/default.php#L19
Change it to something like:
<span aria-hidden="true"><?php echo 'Joomla 4'; ?></span>
Replace Joomla 4 with the text you want to display.
It does not work. Do you have another suggestion please?
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-06-27 10:21:52 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
Documentation Required
|
Thanks!
@Magnytu2 @brianteeman Could you please check to see if this PR solves the issue you are having?