Skip to content

Commit

Permalink
fix certificate alarm inherited display value
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 committed Jun 4, 2024
1 parent f09d7fb commit 868a663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -2460,6 +2460,7 @@ public static function getSpecificValueToDisplay($field, $values, array $options
case 'cartridges_alert_repeat':
case 'consumables_alert_repeat':
case 'approval_reminder_repeat_interval':
case 'certificates_alert_repeat_interval':
return match ($values[$field]) {
self::CONFIG_PARENT => __('Inheritance of the parent entity'),
self::CONFIG_NEVER, 0 => __('Never'),
Expand Down

0 comments on commit 868a663

Please sign in to comment.