Closed (fixed)
Project:
Suggest Similar Titles
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2016 at 14:47 UTC
Updated:
19 Sep 2019 at 17:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
tanzeel commentedPorted to Drupal 8, it is development release but working fine. I will upload recommended release after testing different scenarios.
Cheers,
Comment #3
tanzeel commentedComment #4
fernly commentedI did a near-full refactor of the D8 version.
Some (bigger) changes:
The logic and module behaviour stay the same.
Comment #5
mpp commentedThis should be "Check node access"
Comment #6
bobbygryzyngerUpdated the patch to prevent an empty processed title array from being passed to the query-generating function. An empty title array will cause the OR group in
getMatchingTitles()to be empty which will cause the errors documented in #2923690: Empty conditions groups might break the query due to empty where generated.Comment #7
bobbygryzyngerAttaching interdiff here.
Comment #8
cruno commentedAdding a patch that also includes support for inline entity forms. This is needed when using node creation within entity browsers.
It may make more sense to upload this as its own separate issue, but it relies on the patch in #6 to work, so I just re-rolled that patch with this work. I could re-roll the patch for a separate issue if needed.
Comment #10
adriancidI pushed the patch and now is better if we create new issues for the new features/bugs/tasks.
I will check this project in the next days to see if we can release the first D8 version.
Comment #11
mpp commentedGreat work, thanks!