diff --git a/wire/modules/Process/ProcessPageEdit/ProcessPageEdit.module b/wire/modules/Process/ProcessPageEdit/ProcessPageEdit.module index b2f0c8d7..96efb3a3 100644 --- a/wire/modules/Process/ProcessPageEdit/ProcessPageEdit.module +++ b/wire/modules/Process/ProcessPageEdit/ProcessPageEdit.module @@ -1385,6 +1385,9 @@ class ProcessPageEdit extends Process implements WirePageEditor, ConfigurableMod if(!$label) $label = $template->label ? $template->label : $template->name; $field->addOption($template->id, $label); } + } else { + $template = $this->page->template; + $field->addOption($template->id, $template->getLabel()); } } else { /** @var InputfieldMarkup $field */