Actions
Bug #12827
closedAllow non isolated engines to add overrides to filters search path
Description
FilterHelperOverrides helper hardcodes deconstantize call, we should add detection for '::' and use it only if it's present, otherwise engines that are not isolated in own namespace (e.g. RemoteExecution) can't add their own autocompletion search overrides.
see the code for more details https://github.com/theforeman/foreman/blob/develop/app/helpers/filters_helper_overrides.rb#L13
Updated by The Foreman Bot about 9 years ago
- Status changed from New to Ready For Testing
- Assignee set to Marek Hulán
- Pull request https://github.com/theforeman/foreman/pull/2977 added
Updated by Marek Hulán about 9 years ago
- Related to Feature #5753: Allow customisation of autocomplete_search path for resources in filter create/edit added
Updated by Dominic Cleal about 9 years ago
- Translation missing: en.field_release set to 104
Updated by Marek Hulán about 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset ab0cc0a1023a27d720da6c8f6e6e87c5164a858b.
Actions