-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix group.Update() when users list is populated (#449)
When group.Update() is called, users list is set to nil to avoid an error 400 on VCD side
- Loading branch information
1 parent
3cf7a8f
commit 24fc146
Showing
3 changed files
with
33 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
* Add support for `User` entities imported from LDAP, with `IsExternal` property [GH-439] | ||
* Add support for users list attribute for `Group` [GH-439] | ||
* Improve `group.Update()` to avoid sending the users list to VCD to avoid unwanted errors [GH-449] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters