Skip to content

Commit

Permalink
Merge pull request #1103 from HDRUK/features/SUPP-1558-sail-allowDiskUse
Browse files Browse the repository at this point in the history
SUPP-1558 :: unable to edit datasets in ALLIANCE>SAIL /datasets
  • Loading branch information
dnhdruk authored Jun 20, 2024
2 parents ec8e459 + 078f540 commit 40bf89d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v5.0.7
v5.0.8
2 changes: 1 addition & 1 deletion src/services/datasetonboarding.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export default class DatasetOnboardingService {
],
},
},
]).exec();
]).allowDiskUse(true).exec();

const versionedDatasets = datasets[0].datasets.length > 0 ? datasets[0].datasets : [];

Expand Down

0 comments on commit 40bf89d

Please sign in to comment.