You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we now have the "messagebus" implemented in #85 it would be great to have the possibility of checking if a specific plugin exists.
If not, trying to call it would be in vain...
The text was updated successfully, but these errors were encountered:
@rappen What if in case if no plugin was found matching your criteria will be found "Plugin not found" message will be return to caller plugin? Will it suit your needs?
My objective is to prevent the possibility to call another plugin if that plugin does not exist.
So I would need a separate method simply returning true/false if it exists. That way, I can disable/hide buttons to call this plugin if necessary.
The MsgBus call is already improved (by me, as I recall) to throw a PluginNotFoundException if target plugin does not exist.
As we now have the "messagebus" implemented in #85 it would be great to have the possibility of checking if a specific plugin exists.
If not, trying to call it would be in vain...
The text was updated successfully, but these errors were encountered: