Remove worker version display from entities
https://redmine.teklia.com/issues/7063
Requires backend#1783 (closed)
- The entity types in
src/types/entity.ts
need to be updated to drop theworker_version_id
UUID attribute. - In
src/components/Entity/Row.vue
and insrc/views/Entity/Details.vue
, remove theWorkerVersionDetails
, leaving only theWorkerRunSummary
.