Bug #22203
Navigating through nested facts fails if the fact name contains dot
Description
The reason is the dot is considered a separator before format. We need to enforce parent parameter regular expression for it to also consume dot.
Associated revisions
History
#1
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/5158 added
#2
Updated by Tomer Brisker over 4 years ago
- Legacy Backlogs Release (now unused) set to 330
#3
Updated by Marek Hulán over 4 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset 3ffff2e171dc6c0ee8257d67b24d2c6ad10015d4.
Fixes #22203 - facts traversing supports dot in names