entityreference_filter 2.0.0-beta7

Bug fixes

Move the Search API filter into an optional submodule

Fixes a 500 error on sites without Search API: the filter plugin used
SearchApiFilterTrait, and a missing trait is an unrecoverable error on core
versions lacking the AttributeClassDiscovery skip (Drupal < 11.4).

entityreference_filter 2.0.0-beta6

Bug fixes
New features
  • Support for Drupal 10.3–11.x and PHP 8.1+ via OOP #[Hook] implementations, with a procedural legacy shim keeping views_data_alter working on 10.3–11.0.
  • Hardened security: AJAX route restricted to POST, the server sends structured data and the client builds the DOM (no markup assembled from user input), dependent-filter name whitelisting and explicit accessCheck(FALSE) on the reference view query.
  • Multi-level dependent-filter cascade with cycle detection.
  • Broader field detection, including entity id columns exposed through a Views relationship.

entityreference_filter 2.0.0-beta4

New features

Drupal 11 compatibility fixes:
- Implement a Drupal 11 compatible version of this module.
- Fix phpcs, phpstan, eslint, stylelint and cspell warnings.
- Fix unit tests.
- Add Gitlab CI.
- Add README.

entityreference_filter 8.x-1.5

Bug fixes
Unsupported
  • Reverted back depricated code for the back compatibility and there is a new 2.0.x branch for Drupal 10
  • Fixed issue #3370542: Call to a member function id() on null

entityreference_filter 8.x-1.4

Bug fixes
Unsupported

Fixed problem with an absent config of a field. Issue #3212127

entityreference_filter 8.x-1.3

Bug fixes
New features
Unsupported
  1. Adds commerce product support. Issue #3205580
  2. Adds reduce duplicates support option for not exposed erf filter to solve proper query building in OR filters group. Issue #3202036

entityreference_filter 8.x-1.2

Bug fixes
Unsupported

#3168729 issue. Fixed renderRoot bubbling assets while building filter options.

entityreference_filter 8.x-1.1

Bug fixes
Unsupported

Set `entity_reference_options` for the new EntityReference view display implementation.

entityreference_filter 8.x-1.0-alpha1

Bug fixes
Unsupported

- Filter options got by the module can be cached or not cached by the entityreference view. It depends on the view settings.
- Not covered by tests completely yet, some bugs may occur, be carefull.

entityreference_filter 8.x-1.x-dev

New features

Initial development version of the module. Represents basic features of the module.

entityreference_filter 7.x-1.7

Bug fixes
Unsupported

Previously remembered arguments of the view is used now for dynamic filters.
JS code format is improved.
PHP warning is fixed.
PHP code style is improved.
Issue #2545652: Is there a way to use this with commerce product id by glenshewchuck: Recognize commerce product id field.

entityreference_filter 7.x-1.6

Bug fixes
Unsupported

Issue #2455963 by spacetaxi: Add #maxlength for reference arguments
Allow to use argument default values (when arguments are not provided)
Issue #2690103 by ShaxA: Nullify default value
Issue #2554887 by jojonaloha: Clean entity reference views style output

entityreference_filter 7.x-1.5

Bug fixes
Unsupported

Language path prefix is used in AJAX request addresses now. This this essential for multilingual sites.

entityreference_filter 7.x-1.4

Bug fixes
New features
Unsupported

Many bug fixes and improvements.

jQuery selector for form elements is fixed.
The base table for filtering entity is calculated. The list of views to select entities is limited to this base table.
JavaScript code is optimized.
Filters are not auto-updated dynamically if the view is auto-submitted.
The option to hide empty filter automatically is added.
Undefined variable warning is fixed.

entityreference_filter 7.x-1.3

Bug fixes
Unsupported

PHP warnings are fixed.
Creation of extra records in filter list is fixed.
Views Dependent Filters module is supported.

You should clear caches after updating to this version.

entityreference_filter 7.x-1.2

Bug fixes
New features
Unsupported

Dependent filter functionality is added.
Nested view arguments can be selected more precisely now.
Default value for argument is passed to the nested view if this argument is not provided for the outer view.

entityreference_filter 7.x-1.1

New features
Unsupported

Filtering on entity id (nid, tid, uid for node, taxonomy term, user entities) is supported now.

entityreference_filter 7.x-1.0

New features
Unsupported

The filter can work as exposed and unexposed filter.
Empty filter is hidden in exposed form.
Taxonomy term reference fields are supported.

Subscribe with RSS Subscribe to Releases for Views Reference Filter