Closed (fixed)
Project:
Unique entity title
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Mar 2023 at 07:58 UTC
Updated:
23 Sep 2023 at 21:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
fran seva commentedI found this patch is causing errors when try to access to get the value when we create a new content. Before we access to [0] it is needed to check item has a value. As part of it I have also ensure we never pass a null value to isNotUnique due to that's causing more issues with php8.1.
Comment #4
i-trokhanenkoMR#3 works well for me. Thanks.
Comment #5
alina.basarabeanu commentedWorks as expected on Drupal Version 9.5.10 with unique_entity_title 1.3.0
Comment #6
i-trokhanenkoComment #8
i-trokhanenkoThanks!