forked from Sage-Bionetworks/SynapseWebClient
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Sage-Bionetworks#5536 from Sage-Bionetworks/releas…
…e-515 Merge release 515 to develop (Revert "SWC-6776 - Show ACL editor after successful upload" (Sage-Bionetworks#5535))
- Loading branch information
Showing
8 changed files
with
14 additions
and
141 deletions.
There are no files selected for viewing
6 changes: 1 addition & 5 deletions
6
src/main/java/org/sagebionetworks/web/client/events/UploadSuccessHandler.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,5 @@ | ||
package org.sagebionetworks.web.client.events; | ||
|
||
public interface UploadSuccessHandler { | ||
/** | ||
* Called when one or more files have been successfully uploaded. | ||
* @param benefactorId the benefactor ID of all uploaded files. May be null if request to get benefactor fails | ||
*/ | ||
void onSuccessfulUpload(String benefactorId); | ||
void onSuccessfulUpload(); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters