Skip to content

Commit 304e956

Browse files
Merge pull request #2024 from utmstack/backlog/compliance-evaluation
Backlog/compliance evaluation
2 parents e5a326f + 5c8e80c commit 304e956

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

backend/src/main/resources/config/liquibase/changelog/20260112002_create_table_compliance_control_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
66
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd">
77

8-
<changeSet id="20260112001" author="Elena">
8+
<changeSet id="20260112002" author="Elena">
99
<createTable tableName="utm_compliance_control_config">
1010
<column name="id" type="BIGSERIAL">
1111
<constraints primaryKey="true" nullable="false"/>

backend/src/main/resources/config/liquibase/changelog/20260112003_create_table_compliance_query_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
66
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.5.xsd">
77

8-
<changeSet id="20260112002" author="Elena">
8+
<changeSet id="20260112003" author="Elena">
99
<createTable tableName="utm_compliance_query_config">
1010
<column name="id" type="BIGSERIAL">
1111
<constraints primaryKey="true" nullable="false"/>

frontend/src/app/compliance/shared/components/utm-compliance-control-create/utm-compliance-control-create.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<label class="pb-1" for="standard">Standard</label>
3131
<app-utm-cp-standard-select
3232
(standardSelect)="onStandardChange($event)"
33-
[standardId]="control && control.section ? control.section.standardId : null"
33+
[standardId]="control && control.section ? control.section.standard.id : null"
3434
id="standard"
3535
[showAdd] = false>
3636
</app-utm-cp-standard-select>

0 commit comments

Comments
 (0)