-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for director/federation contact info as a configuration #1012
Add support for director/federation contact info as a configuration #1012
Conversation
@haoming29 Can this have multiple values? If we only want one contact we should not use the object field here and instead have string fields. |
Good point. Yeah I think at the end of the day it's simply two string config params (just happen to have the shared parent node). I'll redo the params and I'll let you know when it's ready. |
@CannonLock Just redid the config and we should be good with string values. |
Removing myself as reviewer as this will not include ui changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few touchups, but otherwise LGTM.
Closes #983
@CannonLock this PR introduced a new object type parameter called
Director.SupportContact
. You may need to patch in additional UI form for this. Thanks!