-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
[5.3] Fix error handling rename item #45164
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
|
@richard67 @laoneo can you tell me is there anything that needs to be fixed. |
|
This pull request has been automatically rebased to 5.3-dev. |
|
Will it be merged soon @HLeithner |
|
@3idey thanks for the PR, please revert the package-lock.json which seems to be unrelated. @Fedik @joomdonation can you have a look? |
|
Looks good. |
|
Done. @HLeithner |
@3idey Not right. Check the changed files of your PR on GitHub: https://github.com/joomla/joomla-cms/pull/45164/files Now you PR deletes the package-lock-json file. You should have reverted the changes in that file, not delete that file. |
|
@HLeithner @richard67 what about now ? I revert the version to "5.2.1" |
@3idey Yes, but at the wrong place. Again: Check the changed files of your PR on GitHub here: https://github.com/joomla/joomla-cms/pull/45164/files . Then you will see that. |
|
@richard67 I'm so sorry for the confusion that I made. now it should be good |
@3idey Yes, now it looks alright. I've allowed myself to update the branch to the base (5.3-dev), so now the PR shows only 2 changed files and no obviously unrelated changes. Please check again on https://github.com/joomla/joomla-cms/pull/45164/files if something is missing or if it looks complete to you. Thanks in advance. |
|
@richard67 Everything looks great. Thanks |
|
Should this be removed now? // @todo error handling |
|
@HLeithner Done. |


Summary
This PR improves error handling in renameItem() in the Joomla Media Manager. It replaces raw error throws with Joomla notifications, ensuring better user feedback and using Joomla's Notification System Instead of Throwing Errors
Changes Made
Testing Instructions
Checklist