mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 13:14:45 +02:00
reload form data after save
closes https://github.com/pelican-dev/panel/issues/251
This commit is contained in:
parent
5344d99a40
commit
597f74f105
@ -368,4 +368,9 @@ class EditNode extends EditRecord
|
|||||||
NodeMemoryChart::class,
|
NodeMemoryChart::class,
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected function afterSave(): void
|
||||||
|
{
|
||||||
|
$this->fillForm();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user