Closed (duplicate)
Project:
Views Selective Filters
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2021 at 11:34 UTC
Updated:
13 Dec 2021 at 11:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
svenryen commentedHere's a patch to resolve the issue.
Comment #3
jkuan commented@svenryen thanks for the patch! However, I also had to include
use Drupal\Component\Utility\Html;and removeuse Drupal\Component\Utility\SafeMarkupfrom the code to fully implement the change.Patch that includes both changes for anyone that wants to use this module for Drupal 9.
Comment #4
jkuan commentedComment #5
svenryen commentedThanks for spotting that. I must have been in rush when I made the patch.
Comment #6
gaurav.kapoor commentedThis has been resolved.