Problem/Motivation
Notice: Undefined index: entity_translation_unified_form_translate_labels in entity_translation_unified_form_form_node_type_form_submit() (line 168 of modules/contrib/entity_translation_unified_form/entity_translation_unified_form.module).
entity_translation_unified_form_form_node_type_form_submit(Array, Object)
call_user_func_array('entity_translation_unified_form_form_node_type_form_submit', Array) (Line: 113)
Drupal\Core\Form\FormSubmitter->executeSubmitHandlers(Array, Object) (Line: 51)
Drupal\Core\Form\FormSubmitter->doSubmitForm(Array, Object) (Line: 593)
Drupal\Core\Form\FormBuilder->processForm('node_type_edit_form', Array, Object) (Line: 321)
Drupal\Core\Form\FormBuilder->buildForm(Object, Object) (Line: 73)
Drupal\Core\Controller\FormController->getContentResult(Object, Object) (Line: 39)
Drupal\layout_builder\Controller\LayoutBuilderHtmlEntityFormController->getContentResult(Object, Object)
call_user_func_array(Array, Array) (Line: 123)
Steps to reproduce
- Create a new content type
- Enable translation for the content type called "bundle name"
- Attempt to now save a new node
/admin/structure/types/manage/bundle_name
- save content type
Proposed resolution
TBD
Remaining tasks
TBD
User interface changes
TBD
API changes
TBD
Data model changes
TBD
Comments
Comment #2
joseph.olstadComment #3
joseph.olstadComment #5
joseph.olstadComment #9
joseph.olstadFixed for this in previous commit.
involves scheduled_transitions compatibility improvement.