Bug #1572
Selected Domains are not saved when importing Subnet from Smart-Proxy
Description
If you import a subnet from your foreman-proxy the selected domains are not saved.
You have to edit the subnet afterwards and add the domains.
Associated revisions
History
#1
Updated by Ohad Levy almost 11 years ago
- Difficulty set to easy
#2
Updated by Ohad Levy almost 11 years ago
i've tracked this down to the edit_habtm helper, which defaults to the singuarlize method.
since this is a double nested value e.g.
subnet[][]domain_ids[] it does not work.
#3
Updated by Amos Benari almost 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 1b3cbe60e84f1671215c9971719a10eb23c0aee9.
fixes #1572