diff --git a/css/opencase.css b/css/opencase.css index caf401b..53909e4 100644 --- a/css/opencase.css +++ b/css/opencase.css @@ -3,3 +3,8 @@ #edit-submit-actor-search{ display: none; } + +/* Remove the revision message box. Temporary until can place it properly */ +#edit-revision-log-message-wrapper{ + display: none; +} diff --git a/modules/opencase_entities/src/Entity/OCActor.php b/modules/opencase_entities/src/Entity/OCActor.php index fd90c64..080de05 100644 --- a/modules/opencase_entities/src/Entity/OCActor.php +++ b/modules/opencase_entities/src/Entity/OCActor.php @@ -364,7 +364,7 @@ class OCActor extends RevisionableContentEntityBase implements OCActorInterface )) ->setDisplayOptions('view', array( 'label' => 'above', - 'type' => 'text', + 'type' => 'basic_string', 'weight' => 5, )) ->setDisplayOptions('form', array(