Skip to content

Commit

Permalink
simple_title: '' when creating work using actions (#2329)
Browse files Browse the repository at this point in the history
  • Loading branch information
dinesh-aot authored Jun 14, 2024
1 parent 672cebf commit 79ab763
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions epictrack-api/src/api/actions/create_work.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def run(self, source_event, params) -> None:
"ea_act_id": source_event.work.ea_act_id,
"work_type_id": params.get("work_type"),
"start_date": start_date,
"simple_title": "",
"report_description": "",
"project_id": source_event.work.project_id,
"ministry_id": source_event.work.ministry_id,
Expand Down

0 comments on commit 79ab763

Please sign in to comment.