fix: ensure mutability is accounted for when restoring drafts
addresses #869cdzmkq
This commit is contained in:
@@ -103,6 +103,10 @@ class IndexController extends AbstractController
|
||||
// Show flash message if draft was restored
|
||||
if (true === $this->dataLoader->wasDraftRestored()) {
|
||||
$this->addFlash('info', 'Dein zuvor gespeicherter Entwurf wurde wiederhergestellt.');
|
||||
|
||||
if (true === $this->dataLoader->draftHadImmutableSkips()) {
|
||||
$this->addFlash('info', 'Einige Entwurfsänderungen wurden nicht übernommen, da diese aktuell nicht mehr änderbar sind.');
|
||||
}
|
||||
}
|
||||
|
||||
// Fetch booking data for display (surcharges, canceled status, etc.)
|
||||
|
||||
Reference in New Issue
Block a user