Actions
Bug #5553
closedFilter create/edit breaks if the resource type does not have a corresponding controller with 'autocomplete_search'
Description
If a permission set is created and specifies a resource type that does not contain an autocomplete route, the permissions aren't loaded by the UI and leaves the user in a weird broken state that they are unaware of. The line that leads to this is - https://github.com/theforeman/foreman/blob/develop/app/helpers/filters_helper.rb#L14 which throws a backend error since the first argument is nil.
Actions