Install

Works with Drupal: ^9 || ^10

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 53.94 KB
MD5: 88234f5735a1af08227f8243dec80a4c
SHA-1: ba7d3fe667632d905d6eb694d1f748306f9abc20
SHA-256: 293c7ca3633d2c9dec600bb76ae421bda5545e269ef6899d550365167389ce1b
Download zip 105.69 KB
MD5: a402add3f9ab81f1b0fe37829920e704
SHA-1: 1fa9da3f4e1361fc65b4a3ddefbf28273df069ee
SHA-256: 7d249ce0fcdd6907b5095af762dba0b4679835631f471ed65b4f892327d459cc

Release notes

These comments are the same as for the latest -dev release. Note that this release is not 100% fully compatible with D10 due to a dependency towards the Flag module.

#3257955: Error: Call to a member function isSyncing() on null in flag_lists_actions_flagging_collection_presave() (line 71 of modules/contrib/flag_lists/modules/flag_lists_actions/flag_lists_actions.module).
As the bug might have caused some missing actions the easiest way to restore them is to uninstall the "Flag Lists Actions" sub-module and then install it again. All actions will first be removed and then restored.

#3259130: Views support
Fixes interface updates for the View Bulk form field.

#3266427: Call to a member function id() on null in line 24 of modules/contrib/flag_lists/src/Access/FlaggingCollectionAccessControlHandler.php
Include code, and database repairing, for users being deleted from the system.

#3200737: make the related_flag id unique
Includes the latest mitigation of upgrade crash fixes.

Fixes to make the release Drupal 10 compatible.
Note that a Symfony related fix had to be removed due to that the Flag module is not yet updated:

use Symfony\Component\EventDispatcher\Event; // Drupal 9
use Symfony\Contracts\EventDispatcher\Event; // Drupal 10
Created by: sl27257
Created on: 17 May 2023 at 09:44 UTC
Last updated: 17 May 2023 at 09:45 UTC
Bug fixes

Other releases