ATIX-AG / foreman_resource_quota

Foreman plugin to allow resource management with Resource Quotas among users and usergroups.
GNU General Public License v3.0
4 stars 0 forks source link

Fix import of dispatchAPICallbackToast helper #42

Closed bastian-src closed 5 months ago

bastian-src commented 5 months ago

When importing the dispatchAPICallbackToast helper function, it was not unpacked which resulted in the default module being imported. Finally, this resulted in a TypeError.

The fixed version relates to foreman:/../notifications.test.js.