You clearly not seen my awesome TADA
# package-development
w
You clearly not seen my awesome TADA package ๐Ÿ˜‚
p
Haha, I have indeed not seen the before ๐Ÿ˜‚ Though by overwriting it, won't this interfere with other packages that might want to do the same thing?
w
Yep but thatโ€™s no different than what we have today, another package could come along and be last in and win.
p
That isn't true in everything before Umbraco 14 though? We had the "content.saved" event that would be called which we could hook upon
w
Ah ok so you just want to listen for an event and not replace the actual button?! Then perhaps the new stuff has an event too that could be subscribed to
p
Yeah, just want to listen to an event. But the only event I could see being thrown is one to refresh the tree
So I think I'll probably end up replacing the button as I don't see any other event being called
2 Views