Results 15 comments of YiffyToys

> But appears to be fixed by removing the sourceMappingURL: [11add87](https://github.com/magento/magento2/commit/11add87193d7ba5fd822631df8e329998f841026) So no issues with "main.CRITICAL: Unable to resolve the source file" for any .js.map files once all plugins are...

Issue can be reproduced with 2.4.7-p1 If anyone is trying to find the respective lines in their local Magento instance, it's at the end of magento/vendor/magento/module-sales/Controller/Adminhtml/Order/AddComment.php

Something like this should work too cat patches/github-issue-38659_cannot-update-orderstatus-magento-2-4-7.diff ``` diff --git a/vendor/magento/module-sales/Controller/Adminhtml/Order/AddComment.php b/vendor/magento/module-sales/Controller/Adminhtml/Order/AddComment.php index ea8af5828c..34608db2bd 100644 --- a/vendor/magento/module-sales/Controller/Adminhtml/Order/AddComment.php 2024-06-29 09:53:19.997829986 +0200 +++ b/vendor/magento/module-sales/Controller/Adminhtml/Order/AddComment.php 2024-06-29 10:15:35.983809521 +0200 @@ -91,7 +91,12 @@...

Nothing seems to have happend with the pull request #38659 in all of May and all of June. While absolutely basic functionality is broken for all users out there. Checked...

So the static test is basically complaining about the @param in the method comment. https://public-results-storage-prod.magento-testing-service.engineering/reports/magento/magento2/pull/38661/a1e071315a06ec25f7ffe9f8af1a0e82/Statics/console-error-logs.html One of the unit tests looks interesting. "Call to a member function getStateStatuses() on null"...

So what developer is going to pick this up, make the 2 trivial changes and run the tests again? As merchants we are a user and have enough work of...

The URL was just copy&pasted from a website into a blog post.

That's strange. Wordpress doesn't seem to allow me to switch off the WYSIWYG to see the source text of the posting, if there is anything strange in there. The source...

Closed the community-features#317 I created as it's a duplicate of this issues/31746. What happens after "ready for grooming"? Brexit was 1 month ago, so people ARE loosing money by refusing...

Dynamically changing the customer group for each order of that customer. Sounds like a temporary workaround that could actually work until this ticket gets assigned and worked on to create...