Jul 9 - Update the 'Handled by' more clear and understandable
This commit is contained in:
+2
-2
@@ -173,7 +173,7 @@ class IssueForm(FlaskForm):
|
||||
assigned_to = SelectField('Assign To', coerce=int, validators=[Optional()])
|
||||
# Who handles the issue (phase35) — set at creation by staff
|
||||
handler_type = SelectField('Handled By', choices=[
|
||||
('internal', 'Our Staff'),
|
||||
('internal', 'Janitorial Staff'),
|
||||
('facility', 'Facility Staff'),
|
||||
('vendor', 'External Vendor'),
|
||||
], validators=[Optional()])
|
||||
@@ -199,7 +199,7 @@ class IssueUpdateForm(FlaskForm):
|
||||
])
|
||||
# Who handles the issue (phase35)
|
||||
handler_type = SelectField('Handled By', choices=[
|
||||
('internal', 'Our Staff'),
|
||||
('internal', 'Janitorial Staff'),
|
||||
('facility', 'Facility Staff'),
|
||||
('vendor', 'External Vendor'),
|
||||
], validators=[Optional()])
|
||||
|
||||
Reference in New Issue
Block a user