Organization.edit

This commit is contained in:
Vincent Jacques
2012-02-12 22:19:09 +01:00
parent 1a056e61f5
commit 23ce03c634
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -45,6 +45,7 @@ Organization = GithubObject(
),
ExtendedListAttribute( "public_members", NamedUser ),
ExtendedListAttribute( "members", NamedUser ),
Editable( [], [ "billing_email", "blog", "company", "email", "location", "name" ] ),
)
AuthenticatedUser._addAttributePolicy( ExtendedListAttribute( "orgs", Organization ) )