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.
2 parents da4ba03 + c38fb1e commit 4ef7b12Copy full SHA for 4ef7b12
projects/netgrif-components-core/src/lib/task/services/task-data.service.ts
@@ -172,6 +172,7 @@ export class TaskDataService extends TaskHandlingService implements OnDestroy {
172
if (dataGroups.length === 0) {
173
this._log.info('Task has no data ' + this._safeTask);
174
this._safeTask.dataSize = 0;
175
+ this._taskContentService.taskFieldsIndex[this._safeTask.stringId] = {} as TaskFields;
176
} else {
177
this._taskContentService.referencedTaskAndCaseIds[this._safeTask.caseId] = [this._safeTask.stringId];
178
dataGroups.forEach(group => {
0 commit comments