Closed (fixed)
Project:
DvG Webform Component Collections
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Oct 2019 at 08:55 UTC
Updated:
26 Nov 2019 at 11:09 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
joshahubbers commentedThis patch returns FALSE, or the original callback combined with webform_node_update_access.
Comment #3
tvoesenek commentedThe $retval variable is never used, looks like this line is some debug code, so it should be removed.
For the rest, the patch looks good.
Comment #4
joshahubbers commentedGood catch! Corrected patch.
Comment #5
joshahubbers commentedComment #6
tvoesenek commentedLooks good now ;-)
Comment #8
paulvandenburg commentedChanged the short array syntax to the long one since that is officially not yet supported for d7, and we've not yet officially dropped support for older php versions.
But essentially applied #4.