mkaply / cck2wizard

CCK2
Mozilla Public License 2.0
46 stars 9 forks source link

Overridden function has changed #79

Open bytesized opened 6 years ago

bytesized commented 6 years ago

CCK2 overrides the ContentLinkHandler.onLinkAdded function here: https://github.com/mkaply/cck2wizard/blob/6884163b91a67da0cea467d72c9c1bb179eb19c6/cck2/modules/CCK2.jsm#L802

That function has changed names (and maybe implementations?) since then. It is now called ContentLinkHandler.onLinkEvent. https://searchfox.org/mozilla-central/rev/d2b4b40901c15614fad2fa34718eea428774306e/browser/modules/ContentLinkHandler.jsm#285

I assume that this feature of CCK2 does not work properly unless it overrides the correct function.