Bug #30086
move foremanUrl into ReactApp
Pull request:
Fixed in Releases:
Found in Releases:
Description
plugins JS tests have access only to the ReactApp folder in Foreman,
it means that when trying to import something out of the folder,
jest can't handle it.
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot 9 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7739 added
#2
Updated by Tomer Brisker 9 months ago
- Related to Feature #28664: API middleware redirect to login page when error status is 401 added
#3
Updated by Tomer Brisker 9 months ago
- Category set to JavaScript stack
#4
Updated by The Foreman Bot 9 months ago
- Fixed in Releases 2.2.0 added
#5
Updated by Ron Lavi 9 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset 807ef26963e5c95f0056352d477080f0871d7a88.
#6
Updated by The Foreman Bot 6 months ago
- Pull request https://github.com/theforeman/foreman/pull/7975 added
Fixes #30086 - move foremanUrl into ReactApp
plugins JS tests have access only to the ReactApp folder in Foreman,
it means that when trying to import something out of the folder,
jest can't handle it.