Skip to content

Commit

Permalink
[ADD] Severity by default for new case
Browse files Browse the repository at this point in the history
  • Loading branch information
whikernel committed Nov 29, 2023
1 parent c568554 commit ca3e850
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/app/blueprints/manage/manage_cases_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ def api_add_case(caseid):

case = case_schema.load(request_data)
case.owner_id = current_user.id
case.severity_id = 4

if case_template_id and len(case_template_id) > 0:
case = case_template_pre_modifier(case, case_template_id)
Expand Down

0 comments on commit ca3e850

Please sign in to comment.