Actions
Feature #20573
closedFind is not working in the template editor
Difficulty:
trivial
Triaged:
Bugzilla link:
Pull request:
Description
Keyboard shortcut Ctrl+F isn't working in the template editor.
When a user hits Ctrl+F the ACE editor tries to load its searbox extension but apparently it fails. The log of the browser's network traffic shows GET request to https://<FOREMAN_URL>/templates/ext-searchbox.js that returns 404.
Reproducer steps:
- open a detail page of a provisioning template
- click on the editor textarea (to make sure it gets focus)
- press Ctrl+F
Current results:
Nothing happens.
Expected results:
It should open a searchbox within the template editor.
Updated by Tomáš Strachota over 7 years ago
- Subject changed from Find is not working in the template editor to Find is not working in the template editor
- Category changed from TFTP to Templates
- Target version set to 115
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4764 added
Updated by Tomáš Strachota over 7 years ago
- Target version changed from 115 to 1.18.0-RC2
Updated by Tomer Brisker over 7 years ago
- Translation missing: en.field_release set to 240
Updated by Anonymous over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset e11b87389f89d86dc947d19cfd083de8c58b0347.
Actions