Skip to content

Commit

Permalink
Add enrollment attribute view should redirect to "self" (CFM-31) (COm…
Browse files Browse the repository at this point in the history
  • Loading branch information
arlen committed Oct 14, 2024
1 parent af0a3dc commit 2cb6c9b
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 2cb6c9b

Please sign in to comment.