Skip to content

Commit

Permalink
Set petition titles (Enrollment Flow name, Flow Step description) in …
Browse files Browse the repository at this point in the history
…dispatch view (CFM-31) (COmanage#227)
  • Loading branch information
arlen committed Dec 19, 2024
1 parent 5563c85 commit 8ea1bea
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,6 @@ public function dispatch(string $id) {
->find()
->where(['petition_id' => $petition->id])
->all());

// Get the title
// XXX Replace $petition->enrollment_flow_id with the Enrollment Flow "Name" (for now)
// XXX We should have a "Title" for end-users that is different from the Enrollment Flow "Name"
// for start and dispatch.
$this->set('vv_title', $petition->enrollment_flow_id);

$this->render('/Standard/dispatch');
}
Expand Down

0 comments on commit 8ea1bea

Please sign in to comment.