flake8
passed.
JSHint
passed.
Review Request #9284 — Created Oct. 18, 2017 and submitted
This adds an
idproperty on integrations that works as an alias for
theintegration_idproperty. While the latter is preferred, this alias
is necessary for some hooks to retain compatibiliy with both extensions
(which useid) and integrations (which did not).
Made use of this with an integration and a hook that needed the ID. It
didn't crash.Unit tests pass.