Actions
Refactor #9142
closedUnify validate_regexp and validate_list for lookup value/key
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
Parameters
Target version:
-
Description
There is some 100% duplicated code in lookup value/key that should be DRYed as soon as possible, perhaps take out such logic to a concern about validating ERB.
https://github.com/theforeman/foreman/pull/2080/files#r23497738 <- take into account if you're fixing this.
Updated by Dominic Cleal almost 10 years ago
- Related to Bug #8052: Smart class parameters with ERB snippets are broken for other that String types added
Updated by Dominic Cleal over 9 years ago
- Is duplicate of Refactor #10232: move validations and casting out of lookup keys and values into single-responsibility classes added
Updated by Dominic Cleal over 9 years ago
- Status changed from New to Duplicate
#10232 seems to have done this.
Actions