Actions
Bug #1572
closedSelected 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.
Updated by Ohad Levy almost 13 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.
Updated by Amos Benari almost 13 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 1b3cbe60e84f1671215c9971719a10eb23c0aee9.
Actions