Actions
Feature #29135
closedAdd external links controller
Difficulty:
Triaged:
No
Bugzilla link:
Description
Add a controller that will be responsible to handle all external links in the code.
This will enable plugins to override the default behavior for all links that exist in our code:
Plugins will be able to change the url for all links, thus enabling things like internal documentation, or local caches.
This becomes more important once we start implementing links in both react and ruby code. Without this feature, we will need to duplicate link generation logic to both client and server.
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7462 added
Updated by Shimon Shtein over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 97b997fda5dbeebcd60ad2d5f29d6bc2ac59033b.
Updated by The Foreman Bot over 4 years ago
- Pull request https://github.com/theforeman/foreman/pull/7682 added
Updated by The Foreman Bot about 4 years ago
- Pull request https://github.com/theforeman/foreman/pull/7975 added
Actions