Skip to content

Add enrollment attribute view should redirect to "self" (CFM-31) #219

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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