@@ -16,6 +16,7 @@ All notable changes to this project will be documented in this file.
|
||||
### Fixed
|
||||
|
||||
- Fix delete evidence from task list does not work
|
||||
- Fix cannot load attached measure risks
|
||||
|
||||
## [0.14.0] - 2025-04-24
|
||||
|
||||
|
||||
@@ -75,6 +75,7 @@ func (r *Risks) LoadByMesureID(
|
||||
WITH rsks AS (
|
||||
SELECT
|
||||
r.id,
|
||||
r.tenant_id,
|
||||
r.organization_id,
|
||||
r.name,
|
||||
r.description,
|
||||
|
||||
Reference in New Issue
Block a user