Thorben
Thorben
[Redmine issue and reproducer](https://projects.theforeman.org/issues/37617) When a user tries to delete a repository of a product, which is part of a published CV, an error is raised. This happens despite the...
This PR adds a new field, `enhanced_filter` to `AutoCompleteBuilder`. `enhanced_filter` takes the following arguments: - `has_column` - Name of the required column - `filter` - Predicate used for filtering Iff...
[Redmine issue and reproducer](https://projects.theforeman.org/issues/37718) This PR fixes a bug in the [BuildModal](https://github.com/theforeman/foreman/blob/develop/webpack/assets/javascripts/react_app/components/HostDetails/ActionsBar/BuildModal.js) component. The issue was that an error message was not copyable from the tree-view. This is fixed here...
[Redmine issue](https://projects.theforeman.org/issues/37665) [Community-forum post this implementation is based on](https://community.theforeman.org/t/handling-permissions-whats-our-approach/36858/7) This PR implements a faster way to check user permissions in Foreman core/plugin frontend code. This speed advantage is gained by...