Skip to content
Snippets Groups Projects
Commit dfe49924 authored by Harumi Jang's avatar Harumi Jang Committed by omkar podey
Browse files

Remove 2 todos

parent a48899c6
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,6 @@ public function form(array $form, FormStateInterface $form_state) {
$this->fieldTempStoreKey = $this->entity->get('field_name');
}
// @todo Change this.
$form_title = $this->t('Field settings for %bundle', [
'%bundle' => $bundles[$this->entity->getTargetBundle()]['label'],
]);
......@@ -173,12 +172,6 @@ public function form(array $form, FormStateInterface $form_state) {
'#attributes' => [
'class' => ['field-ui-new-storage-wrapper'],
],
// @todo: Remove this?
'#states' => [
'!visible' => [
':input[name="new_storage_type"]' => ['value' => ''],
],
],
'#weight' => -20,
];
$form['new_storage_wrapper']['label'] = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment