Feb 27 2026: update Issue view details 2
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ class IssueUpdateForm(FlaskForm):
|
||||
('open','Open'), ('in_progress','In Progress'), ('resolved','Resolved'),
|
||||
], validators=[DataRequired()])
|
||||
assigned_to = SelectField('Assign To', coerce=int, validators=[Optional()])
|
||||
comments = TextAreaField('Update Notes', validators=[Optional(), Length(max=1000)])
|
||||
update_notes = TextAreaField('Update Notes', validators=[Optional(), Length(max=1000)])
|
||||
result_notes = TextAreaField('Result Notes', validators=[Optional(), Length(max=2000)])
|
||||
result_photos = FileField('Result Photos', validators=[
|
||||
Optional(),
|
||||
|
||||
Reference in New Issue
Block a user