tango-app-ui-analyse-trax 3.9.70 → 3.9.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17339,11 +17339,13 @@ class GalleryComponent {
|
|
|
17339
17339
|
this.galleryForm.get('checklistName')?.setValue(getchecklist[0]?.checkListName);
|
|
17340
17340
|
this.galleryForm.get('checkListDescription')?.setValue(getchecklist[0]?.checkListDescription);
|
|
17341
17341
|
this.checklistName = getchecklist[0]?.checkListName;
|
|
17342
|
+
this.checkListDescription = getchecklist[0]?.checkListDescription;
|
|
17342
17343
|
}
|
|
17343
17344
|
// this.removeQueryParams()
|
|
17344
17345
|
}
|
|
17345
17346
|
else {
|
|
17346
17347
|
this.galleryForm.get('checklistName')?.setValue(this.checklists[0]?.checkListName);
|
|
17348
|
+
this.galleryForm.get('checkListDescription')?.setValue(this.checklists[0]?.checkListDescription);
|
|
17347
17349
|
this.galleryForm.get('sourceCheckList_id')?.setValue(this.checklists[0]?.sourceCheckList_id);
|
|
17348
17350
|
}
|
|
17349
17351
|
if (type) {
|