Skip to content

Commit 1e397fd

Browse files
chore: fix missing ADO ID in PRD for AI updates (presidio-oss#322)
1 parent 8d5af66 commit 1e397fd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ui/src/app/pages/edit-solution/edit-solution.component.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,10 @@ export class EditSolutionComponent {
292292
fileData.linkedBRDIds = formValue.linkedBRDIds;
293293
}
294294

295+
if (this.pmoId) {
296+
fileData.pmoId = this.pmoId;
297+
}
298+
295299
this.store.dispatch(new UpdateFile(this.absoluteFilePath, fileData));
296300

297301
if (this.isBRD()) {

0 commit comments

Comments
 (0)