From 7c30d9d02e611bb4a30b37109bde9e57641e0501 Mon Sep 17 00:00:00 2001 From: Naomi Date: Thu, 25 Oct 2018 14:55:25 +0100 Subject: [PATCH] postcode weight --- modules/opencase_entities/src/Entity/OCActor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/opencase_entities/src/Entity/OCActor.php b/modules/opencase_entities/src/Entity/OCActor.php index a4cd102..be24492 100644 --- a/modules/opencase_entities/src/Entity/OCActor.php +++ b/modules/opencase_entities/src/Entity/OCActor.php @@ -386,7 +386,7 @@ class OCActor extends RevisionableContentEntityBase implements OCActorInterface ->setDisplayOptions('view', array( 'label' => 'above', 'type' => 'string', - 'weight' => 1-1, + 'weight' => -1, )) ->setDisplayOptions('form', array( 'type' => 'string_textfield',