Merge pull request #641 from pelican-dev/lance/fix-node-create-redirect

Redirect to configuration file tab after creating the node
This commit is contained in:
Lance Pioch 2024-10-20 10:00:53 -04:00 committed by GitHub
commit 465a372000
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -398,7 +398,7 @@ class CreateNode extends CreateRecord
protected function getRedirectUrlParameters(): array
{
return [
'tab' => '-configuration-tab',
'tab' => '-configuration-file-tab',
];
}