Nico Haase
Nico Haase
This PR enables drag'n'drop support to order collection fields. Entities that can be sorted need a property to store the order, their collection type need such a field - and...
Using v4.0.0-BETA2, it is possible to submit a "Try out" request while a required field is not filled. The "Loading" animation spins and spins:  The error...
Hi there, for one of our customers, we found that the language detection through `` does not work for all cases. For a page with language code it, everything is...
I try to copy an index using the replication API. These are the steps I took: - create the new index - add a replication task from source to target...
Using BestScore parser, our log is filled up with messages like this: 23:49:13,358 WARN: com.gargoylesoftware.htmlunit.javascript.host.css.CSSStyleSheet - CSSValue '56.25em' has to be a 'px' value. ....resulting from CSS media queries. In...
Hi there, I wanted to install the detector using the global installation. The command `composer global require sensiolabs-de/deprecation-detector` yields the following error: > [InvalidArgumentException] Could not find package sensiolabs-de/deprecation-detector at...
According to https://github.com/symfony/symfony/pull/15693, the scope concept of Symfony is removed in v3. It would be cool to add a detection for this to this tool to ease the migration of...
In a LiveComponent, I use an input field with `required` attribute. The action is triggered manually by a button. As a shortened example, my component markup looks like the following:...
In one of my projects, my main goal is to gather more test coverage. On reviewing the reports, I found that not all of my classes were covered by tests....
**Describe the bug** While working on a way to make items of a `CollectionField` sortable, I noticed that newly added items are not added to the markup at the proper...