Skip to content

Commit

Permalink
Merge pull request #11 from adrianfocke/fix/AM-20/swap-audit-type-and…
Browse files Browse the repository at this point in the history
…-audit-method

swap audit type and audit method
  • Loading branch information
adrianfocke authored Aug 18, 2024
2 parents 24347b0 + ac91f63 commit fd97e75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"standards": [
{
"standard": "content/entities/standards/ISO-IEC 27001:2013.json",
"isoAuditTypeRelation": "Multi-Site-Audit / Matrix-Audit",
"isoAuditTypeRelation": "1. Überwachung",
"registrationNumber": "TA420223015515"
},
{
"standard": "content/entities/standards/ISO-IEC 27701:2019.json",
"isoAuditTypeRelation": "Multi-Site-Audit / Matrix-Audit",
"isoAuditTypeRelation": "1. Überwachung",
"registrationNumber": "TA420223015515"
}
],
Expand Down Expand Up @@ -511,5 +511,5 @@
],
"level": "2",
"duration": 26.5,
"method": "1. Überwachung"
"method": "Multi-Site-Audit / Matrix-Audit"
}
4 changes: 2 additions & 2 deletions tina/collections/audits.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default {
type: 'string',
label: ' ' /* will be added later, based on picker type */,
ui: {
component: Picker('Audit Type Relation'),
component: Picker('Audit Type'),
},
},
{
Expand Down Expand Up @@ -345,7 +345,7 @@ export default {
type: 'string',
label: ' ' /* will be added later, based on picker type */,
ui: {
component: Picker('Audit Type'),
component: Picker('Audit Type Relation'),
},
},
],
Expand Down

0 comments on commit fd97e75

Please sign in to comment.