Skip to content

Commit

Permalink
Add enrollment attribute view should redirect to "self" (CFM-31) (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen authored Sep 27, 2024
1 parent 2774525 commit 651eccc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function initialize(array $config): void {

$this->setPrimaryLink('CoreEnroller.attribute_collector_id');
$this->setRequiresCO(true);
$this->setRedirectGoal(action: 'add', goal: 'index');
$this->setRedirectGoal(action: 'add', goal: 'self');
$this->setRedirectGoal(action: 'edit', goal: 'self');

$this->setAutoViewVars([
Expand Down

0 comments on commit 651eccc

Please sign in to comment.