Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2022 at 11:49 UTC
Updated:
3 Feb 2022 at 08:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mulambo commentedComment #4
mulambo commentedComment #5
andregp commentedAny special reason for not adding
into includes/entity-access.inc lines #103 and #148?
Just curious because I noticed you added
on ctools_plugin_example/plugins/relationships/relcontext_from_simplecontext.inc after removing the NULL default value.
Comment #7
joelpittetComment #9
joelpittetThank you both, I removed the
$context = isset($context) ? $context : NULL;lines before commit because you'd have to explicitly pass inNULLso that is the value of$contextalready.