-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[4.0] [NO CACHE] Fix Media Manager delete alert not used. #23756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Nice! Can I ask for one more PR: update to the latest version of the deps (vue, etc) and also devDependencies (Webpack, etc)? |
Thanks |
|
Works fine. 👍 As I guess we can't use Plural form in our js, I suggest to change the string
which is the global alert in core. |
I think for this another PR is fine :) |
|
npm ERR! cipm can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with Something didn't work while changing the package.json |
|
weird. It worked yesterday. I get that error today |
|
Now I think it should be fine. @dgrammatiko I have updated root package.json. Should I leave the changes or revert this one? |
|
@wilsonge Done |
|
I think joomla/test-system#53 should solve the tests here |
I think yes. Instead of direct delete, we need to click modal confirm button. |
* Fix system tests when adding modal joomla/joomla-cms#23756 * Ensure the modal loads
|
@rdeutz can i have some help here please. I merged the system tests fix - but the composer update doesn't seem to be making a difference here. Is that related to cache'ing or am i doing something stupid? |
|
@wilsonge use |
|
Done. It did skip the restore-cache step - but still not getting the updated test |
|
OK Packagist hasn't actually updated with the hash of the new commit :( i don't know if there's even a good way to trigger that https://packagist.org/packages/joomla/test-system#dev-4.0-dev |
|
Well, that's the docs for the caching but I guess the problem is in the composer. Can you change Line 29 in 87e8acb
|
|
@rdeutz there's no webhook to packagist configured for the system test repo - i don't own the packagist repo so you need to fix that i'm afraid |
|
[NO CACHE] must be part of the commit message webhooks are all fine |
|
@SniperSister @zero-24 can you have a look at RIPS here please |
|
Thanks! |
|
Please test #24258 |

Pull Request for Issue #23755
Summary of Changes
PR after a long time 😛
Media manager repo is not active these days thats why i am creating PR here.
Testing Instructions
Try to use delete you should see alert.
Expected result
you should see alert.
Actual result
Alert not showing for toolbar delete.
Documentation Changes Required
NO
@dgrammatiko