Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix uninitialized ForemanTasks constants
ForemanTasks::Task constants are loaded seperately and become available after the build_middleware_stack hook. We gotta wait for the hook before we can access ForemanTasks::Task to add the ResourceQuota async tasks.
- Loading branch information