Add the submitter login name to the webhook notification for uploads.
This commit is contained in:
parent
5bcd4e1855
commit
9e45b7f7f5
@ -253,6 +253,7 @@ class IDF_Upload extends Pluf_Model
|
||||
'filename' => $this->file,
|
||||
'filesize' => $this->filesize,
|
||||
'md5sum' => $this->md5,
|
||||
'submitter' => $this->get_submitter()->login,
|
||||
'tags' => $tags,
|
||||
),
|
||||
'project_id' => $project->id,
|
||||
|
Loading…
Reference in New Issue
Block a user