Skip to content

Commit

Permalink
Also export user id to otac export (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
jggoebel authored Nov 6, 2024
1 parent 010fdd8 commit 2c29a0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/event/otacmanagement/otacmanagement.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ export class OTACManagementComponent implements OnInit, OnDestroy {
this.otacs.forEach((otac) => {
otacCSV = otacCSV.concat(
otac.name +
', ' +
otac.user +
', ' +
this.getUsername(otac.user) +
', ' +
Expand Down

0 comments on commit 2c29a0a

Please sign in to comment.