Compare commits

..

No commits in common. "156434fecc1b9c3c145c9890c4df119defef4e58" and "457b4ad6949cba05e1d7abc37ea7098a260016f9" have entirely different histories.

View File

@ -230,8 +230,7 @@ class OCCaseFee extends EditorialContentEntityBase implements OCCaseFeeInterface
->setLabel(t('Visible')) ->setLabel(t('Visible'))
->setDescription(t('A boolean indicating whether the Case Fee is published.')) ->setDescription(t('A boolean indicating whether the Case Fee is published.'))
->setDisplayConfigurable('form', TRUE) ->setDisplayConfigurable('form', TRUE)
->setDisplayConfigurable('view', TRUE) ->setDisplayConfigurable('view', TRUE);
->setDefaultValue(TRUE);
$fields['created'] = BaseFieldDefinition::create('created') $fields['created'] = BaseFieldDefinition::create('created')
->setLabel(t('Created')) ->setLabel(t('Created'))
@ -269,7 +268,7 @@ class OCCaseFee extends EditorialContentEntityBase implements OCCaseFeeInterface
->setDisplayConfigurable("view", true) ->setDisplayConfigurable("view", true)
->setDisplayConfigurable("form", true) ->setDisplayConfigurable("form", true)
->setRequired(FALSE); ->setRequired(FALSE);
$fields['description'] = BaseFieldDefinition::create('string_long') $fields['description'] = BaseFieldDefinition::create('string_long')
->setRevisionable(TRUE) ->setRevisionable(TRUE)
->setLabel(t('Description')) ->setLabel(t('Description'))