- Issue created by @bkosborne
- Status changed to Needs review
4 months ago 6:27pm 19 August 2024 - πΊπΈUnited States bkosborne New Jersey, USA
Okay, pushed an MR. However, the test needs a bit of work. The test today isn't testing much. It's passing 3 tags to the form to save, but in reality, only the first one is being processed by Drupal. This seems to be a problem with how the form request is being simulated with Request::create(), which is passing the form params as query strings and they aren't being processed into the request object in the same way that Drupal does with Request::createFromGlobals().
In any case, if that were be resolved, the test modifications should pass.
- Merge request !93Order tags within a container by weight before saving them. β (Open) created by bkosborne