- πΊπΈUnited States parkh
The main issue is caused by regex pattern in preg_match() to extract the view id.
So,preg_match('/.*\((.+)\)$/', $view_name, $match);
should be a little bit better because of one line change. - Open on Drupal.org βCore: 9.5.x + Environment: PHP 8.1 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - Open on Drupal.org βCore: 9.5.x + Environment: PHP 8.1 & MySQL 5.7last update
over 1 year ago Waiting for branch to pass - π¨π¦Canada dadderley Vancouver
This is still an issue with 'Views Reference Field 8.x-2.0-beta6'.
Interesting that it was not an issue in 'Views Reference Field 8.x-2.0-beta4'.
- Status changed to Fixed
6 months ago 8:32am 14 June 2024 - π³π±Netherlands seanB Netherlands
Automatically closed - issue fixed for 2 weeks with no activity.