Closed (fixed)
Project:
Translation Management Tool
Version:
8.x-1.x-dev
Component:
Source: Node
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2018 at 12:27 UTC
Updated:
1 Feb 2019 at 06:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mbovan commentedThere is https://cgit.drupalcode.org/tmgmt/tree/sources/content/src/ContentEntity... actually that has an allowed list of keys that can be used for filtering the content, so lowering the priority.
Comment #3
mbovan commentedAs suggested by @Berdir, we can use
db_like()functio for such purposes.Comment #5
berdirI committed this, but just now realized that db_like() is deprecated.
Comment #6
berdirFixed elsewhere.