- Issue created by @purencool
- 🇦🇺Australia purencool
It appears that the Entity API in Drupal 8 changed the DisplayOptions method input array no longer uses the "type" parameter when an item is hidden, but instead uses the "region" parameter.
@@ -308,7 +308,7 @@ class SupportTicket extends ContentEntityBase implements SupportTicketInterface ->setTranslatable(TRUE) ->setRevisionable(TRUE) ->setDisplayOptions('view', [ - 'type' => 'hidden', + 'region' => 'hidden', ])
- Status changed to Fixed
over 1 year ago 1:44am 2 September 2023 Automatically closed - issue fixed for 2 weeks with no activity.