Skip to content

Commit

Permalink
Merge branch 'feature/APPEALS-34965' into Ki/APPEALS-42518
Browse files Browse the repository at this point in the history
  • Loading branch information
cacevesva authored Jul 23, 2024
2 parents 39cbfbb + 5627633 commit 047c13b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/models/tasks/merge_package_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

class MergePackageTask < CorrespondenceTask
before_create :verify_no_other_open_package_action_task_on_correspondence

def task_url
"/under_construction"
end
end
4 changes: 4 additions & 0 deletions app/models/tasks/split_package_task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

class SplitPackageTask < CorrespondenceTask
before_create :verify_no_other_open_package_action_task_on_correspondence

def task_url
"/under_construction"
end
end

0 comments on commit 047c13b

Please sign in to comment.