- Issue created by @adamps
I'm not sure that the calculated field Declaration:status is going to work. The value depends on the date, so it would break any caching.
Options
1) I'm not sure we need it: the function getStatus() is fine for most purposes.
2) We could appropriate cache expiry to the entity. I guess the purpose of it was for display (a computed field being more elegant than hook_entity_extra_field), but I'm open to other approaches to displaying status.
Active
1.0
Code