Issue #2707689: NodeForm::actions() checks for delete access on new entities
Compare changes
Files
3@@ -3,6 +3,7 @@
@@ -14,7 +15,9 @@
@@ -128,6 +131,43 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$confirm_packaged_dev_release = new ConfirmationQuestion(sprintf('The source theme %s has a development version number (%s). Because it is not a git checkout, a specific commit could not be identified. This makes tracking changes in the source theme difficult. Are you sure you want to continue?', $source_theme->getName(), $source_version));