Actions
Bug #2092
closedCreate host: no freeip suggestion when Subnet description contains parentheses
Description
Example subnet name: Cabinet 4717 (corp/dev)
- when the subnet has this description - the spinner never starts and the "POST freeip" browser request never gets sent to Foreman.
Updated by Mikael Fridh about 12 years ago
- Assignee changed from Ohad Levy to Mikael Fridh
- % Done changed from 0 to 90
pullrequested: https://github.com/frimik/foreman/commit/b6769a4f31e64c9e55b4066f43f9858c44147426
should be good to go, see no reason why that new regex wouldn't work. Allow all characters and by means of greedy matching it should strip everything except the last paren group - being the (ip/mask) string.
Updated by Mikael Fridh about 12 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
Applied in changeset 3101210d8acc3d79af4cee36897b7c5e7fee0ee4.
Actions