Skip to content

Commit

Permalink
Merge pull request #285 from nfdi4plants/hotfix-datamap-write-issue
Browse files Browse the repository at this point in the history
hotfix datamap writing #281 🐛🔥
  • Loading branch information
JonasLukasczyk authored Oct 9, 2024
2 parents dd52c3a + 4ae2ec7 commit 25151e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renderer/src/ArcControlService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const ArcControlService = {
);
break;
case 'UPDATE': case 'CREATE':
if(['ISA_Investigation','ISA_Study','ISA_Assay'].includes(contract.DTOType)){
if(['ISA_Investigation','ISA_Study','ISA_Assay', 'ISA_Datamap'].includes(contract.DTOType)){
const buffer = await Xlsx.toBytes(contract.DTO);
const absolutePath = arc_root + '/' +contract.Path;
await window.ipc.invoke(
Expand Down

0 comments on commit 25151e3

Please sign in to comment.