Merge lp:~rvb/maas/bug-1234853 into lp:~maas-committers/maas/trunk
Proposed by
Raphaël Badin
Status: | Merged |
---|---|
Approved by: | Raphaël Badin |
Approved revision: | 1659 |
Merged at revision: | 1661 |
Proposed branch: | lp:~rvb/maas/bug-1234853 |
Merge into: | lp:~maas-committers/maas/trunk |
Diff against target: |
129 lines (+31/-24) 5 files modified
src/maasserver/api.py (+3/-3) src/maasserver/forms.py (+3/-10) src/maasserver/tests/test_forms.py (+3/-10) src/maasserver/tests/test_views_settings_clusters.py (+15/-0) src/maasserver/views/settings_clusters.py (+7/-1) |
To merge this branch: | bzr merge lp:~rvb/maas/bug-1234853 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jeroen T. Vermeulen (community) | Approve | ||
Review via email:
|
Commit message
Fix the add-new-interface UI so that it doesn't blow up when the nodegroup is already 'managed' and one is trying to add another 'managed' interface.
Description of the change
Instead of using a custom save() method on NodeGroupInterf
To post a comment you must log in.
Looks sensible. In src/maasserver/ views/settings_ clusters. py, is there any need for get_form_kwargs() to check whether 'instance' might already be set?