Compare commits
No commits in common. "156434fecc1b9c3c145c9890c4df119defef4e58" and "457b4ad6949cba05e1d7abc37ea7098a260016f9" have entirely different histories.
156434fecc
...
457b4ad694
@ -230,8 +230,7 @@ class OCCaseFee extends EditorialContentEntityBase implements OCCaseFeeInterface
|
||||
->setLabel(t('Visible'))
|
||||
->setDescription(t('A boolean indicating whether the Case Fee is published.'))
|
||||
->setDisplayConfigurable('form', TRUE)
|
||||
->setDisplayConfigurable('view', TRUE)
|
||||
->setDefaultValue(TRUE);
|
||||
->setDisplayConfigurable('view', TRUE);
|
||||
|
||||
$fields['created'] = BaseFieldDefinition::create('created')
|
||||
->setLabel(t('Created'))
|
||||
|
Reference in New Issue
Block a user