User tests: Successful: Unsuccessful:
Pull Request for Issue # .
From
✖ 1254 problems (1221 errors, 33 warnings)
1082 errors and 18 warnings potentially fixable with the `--fix` option.
to No errors
Check that all the modals and the rest of the media manager functionality is intact
| Status | New | ⇒ | Pending |
| Category | ⇒ | JavaScript Administration com_media NPM Change |
| Title |
|
||||||
| Labels |
Added:
NPM Resource Changed
?
|
||
Weird because Github shows somes files as deleted/added.
Weird because Github shows somes files as deleted/added.
Are we looking at the same thing? The first commit in this PR clearly shows that I just renamed the files (with git mv as you've asked eg $ git mv translate.js translate.es6.js)
According to SO this is expected: https://stackoverflow.com/questions/2314652/is-it-possible-to-move-rename-files-in-git-and-maintain-their-history
@richard67 could you please restart drone here? Thanks
I'm looking at the Files tab here on Github. Some look to have been moved correctly (e.g getters.js) and others don't. The diff also shows some files being deleted:
diff --git a/administrator/components/com_media/resources/scripts/store/mutations.js b/administrator/components/com_media/resources/scripts/store/mutations.js
deleted file mode 100644
But git blame appears to be intact.
and others don't
Maybe wrong permissions? I honestly redid this PR using git mv. I'm not a git guru...
It depends on your similarity threshold setting in the Git client. In any case git mv oldname newname is just shorthand for:
mv oldname newname
git add newname
git rm oldname
I have tested this item
### Before Patching ###
Modal for previewing an image has an X to close (fa-times icon), allowing you to close the image preview.
Modal X no longer visible, had to press escape to close the image preview.
@richard67 could you restart drone here?
I have tested this item
Tested again after close icon was fixed.
Everything looks to be working correctly, without any console errors appearing.
| Status | Pending | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-10-17 00:49:47 |
| Closed_By | ⇒ | wilsonge |
LGTM on review too. Thanks!
Please use
git mvto rename files.