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