Skip to content

Commit 00ce97f

Browse files
committed
daycare decisions are not confidential
1 parent 5898f6c commit 00ce97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/src/main/kotlin/fi/espoo/evaka/process/ProcessMetadataController.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ class ProcessMetadataController(private val accessControl: AccessControl) {
599599
type = column("created_by_type"),
600600
)
601601
},
602-
confidential = true,
602+
confidential = false,
603603
confidentiality = null,
604604
downloadPath =
605605
column<String?>("document_key")?.let {

0 commit comments

Comments
 (0)