We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e07b1 commit eb162f6Copy full SHA for eb162f6
src/app/service/loader/data-loader.service.ts
@@ -142,7 +142,7 @@ export class LoaderService {
142
meta.activityFiles = meta.activityFiles.map(file =>
143
this.yamlService.makeFullPath(file, this.META_FILE)
144
);
145
- if (!meta.teamProgressFile) {
+ if (!meta.teamEvidenceFile) {
146
throw Error("The meta.yaml has no 'teamEvidenceFile' to be loaded");
147
}
148
meta.teamEvidenceFile = this.yamlService.makeFullPath(meta.teamEvidenceFile, this.META_FILE);
0 commit comments