Skip to content

Commit

Permalink
33168 Add name to ObjectExportNotification
Browse files Browse the repository at this point in the history
Added name to the message
  • Loading branch information
cgendreau committed Mar 11, 2024
1 parent d208b6d commit e3926c9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ public class ObjectExportNotification implements DinaMessage {

private String username;

// name of the export (user provided)
private String name;

// temporary object access
private String toa;

Expand Down

0 comments on commit e3926c9

Please sign in to comment.