changed field order

This commit is contained in:
Naomi 2020-11-20 14:19:22 +00:00
parent 113ff6361b
commit 7ecdfbf3e6
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ class OCCase extends RevisionableContentEntityBase implements OCCaseInterface {
]) ])
->setDisplayOptions('form', [ ->setDisplayOptions('form', [
'type' => 'string_textfield', 'type' => 'string_textfield',
'weight' => -3, 'weight' => -100,
]) ])
->setRequired(TRUE); ->setRequired(TRUE);