- Correction of behaviour where boolean fields were not properly initialised
- Ensure that primary and financial contact fields are properly saved
This commit is contained in:
@@ -165,8 +165,8 @@ class EditEveAIAgentForm(BaseEditComponentForm):
|
||||
|
||||
|
||||
class EditEveAITaskForm(BaseEditComponentForm):
|
||||
task_description = StringField('Task Description', validators=[Optional()])
|
||||
expected_outcome = StringField('Expected Outcome', validators=[Optional()])
|
||||
task_description = TextAreaField('Task Description', validators=[Optional()])
|
||||
expected_outcome = TextAreaField('Expected Outcome', validators=[Optional()])
|
||||
|
||||
|
||||
class EditEveAIToolForm(BaseEditComponentForm):
|
||||
|
||||
Reference in New Issue
Block a user