Updated: Comment #0
#2214063: 'Add vocabulary' page doesn't display correct page title. β
introduced a if ($entity->isNew()) {}
check to VocabularyFormController
. We're trying to avoid such checks in favor of dedicated form classes for add and delete forms which inherit from a base form class.
VocabularyFormController
to VocabularyFormBase
and move it into the Drupal\taxonomy\Form namespace
Drupal\taxonomy\Form\VocabularyAddForm
and a Drupal\taxonomy\Form\VocabularyEditForm
that both extend VocabularyFormBase
and move the declaration of $form['#title']
there.Closed: duplicate
9.5
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.