breidert β credited rumendamyanov β .
I used the #31 patch and added to it the functionality from https://www.drupal.org/project/redirect/issues/2852514 β issue because the two patches were conflicting.
RumenDamyanov β created an issue.
RumenDamyanov β made their first commit to this issueβs fork.
RumenDamyanov β made their first commit to this issueβs fork.
RumenDamyanov β made their first commit to this issueβs fork.
Small update of #11 as it was causing a warning message that by itself was stopping the contextual filters dialog to load.
Please, don't remove the composer.json file from the repo as it's required from composer to be able to install the package from the issue fork repo instead of the original package repo.
RumenDamyanov β made their first commit to this issueβs fork.
I tested the changes from the issue fork above without any problems.
RumenDamyanov β created an issue.
@johne Thanks for the warning about 'composer.lock' and the provided fork with the needed changes.
I tested the tagged version from this issue fork and didn't encounter any problems. It would be great to have it as a new stable version.
Re-roll of patch #21 for the latest 9.5 core version (9.5.10).
Minor changes for better calculations of min/max slider values when rounding floating numbers with custom precision.
Minor fix for #26 for cases where min/max values are calculated with steps that are not whole numbers (e.g. '0.1').
Updated patch based on #19 to fix this error:
TypeError: Drupal\facets_range_widget\Plugin\facets\processor\SliderProcessor::Drupal\facets_range_widget\Plugin\facets\processor\{closure}(): Argument #1 ($a) must be of type Drupal\facets_range_widget\Plugin\facets\processor\ResultInterface, Drupal\facets\Result\Result given in Drupal\facets_range_widget\Plugin\facets\processor\SliderProcessor->Drupal\facets_range_widget\Plugin\facets\processor\{closure}() (line 36 of modules/contrib/facets/modules/facets_range_widget/src/Plugin/facets/processor/SliderProcessor.php).
Also, added rounding of the displayed values to defined precision.
RumenDamyanov β created an issue.