Same here as the previous tests, some memory issues, plus the order of commands.
My results:
- Packages: 89
- TUF metadata: 6.6M
ben-peter → credited kyriazo → .
As investigated, a dependency on Search API module is necessary so that users are not allowed to install facets without it, since there is a class of it used in code.
Latest MR should fix that issue.
kyriazo → changed the visibility of the branch facets-3473690 to active.
kyriazo → changed the visibility of the branch facets-3473690 to hidden.
Working on this in DrupalCon Barcelona
Tested #220 and works as intended.
Tried to reproduce this but with no luck. Can you give some more information on the environment that it was noticed onto. Other installed commerce-related modules, or specific conditions?
Tested on Drupal 10.2 with php 8.2 and works correctly. Can you give more feedback in order to reproduce the issue? Can you reproduce it on a clean environment?
Added a check on values massage callback function of the widget, to actually fill the value with the form submission time, if left empty.
kyriazo → created an issue.
Seems like there is a method &getSorts() which is passed by reference so using it as that in code you can assign on it multiple sorts as you wish. So closing as works as designed
kyriazo → created an issue.
This is a re-roll of patch #67 works but gives an error since SystemManager's listRequirements method expects a title on the requirement and gives an error on 10.1.x.