From 349723c3dc5587934c87f0a5a49f7c70b86b744f Mon Sep 17 00:00:00 2001 From: feserm Date: Fri, 1 Mar 2024 15:03:50 +0000 Subject: [PATCH] fixed license location in the investigation --- config/miappe/wizard.steps.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/miappe/wizard.steps.config.js b/config/miappe/wizard.steps.config.js index 19c6f48..d1e470f 100644 --- a/config/miappe/wizard.steps.config.js +++ b/config/miappe/wizard.steps.config.js @@ -41,7 +41,8 @@ window.steps = [ type: 'license', isaMapping: { entity: 'investigation', - attribute: 'license' + attribute: 'comments', + commentName: 'License' }, explanation: 'DM-7' },