-
Notifications
You must be signed in to change notification settings - Fork 13
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
Use FormBuilder for conversations #211
base: 6.2
Are you sure you want to change the base?
Conversation
@@ -878,6 +896,7 @@ public function validateAddParticipants() | |||
*/ | |||
public function addParticipants() | |||
{ | |||
// TODO migrate to FormBuilder |
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.
Outstanding todo?
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.
When migrating WCF.Conversation.InlineEditor
to TypeScript, the FormBuilder should be used. Otherwise this would have to be changed twice.
# Conflicts: # templates/conversationAdd.tpl
No description provided.