Skip to content

Commit 5e5b657

Browse files
committed
Simple fix for version note
1 parent 399cf9b commit 5e5b657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/edu/harvard/iq/dataverse/DatasetPage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6803,10 +6803,10 @@ public boolean isDOI() {
68036803
return AbstractDOIProvider.DOI_PROTOCOL.equals(dataset.getGlobalId().getProtocol());
68046804
}
68056805

6806-
public void saveVersionNote() {
6806+
public String saveVersionNote() {
68076807
this.editMode=EditMode.VERSIONNOTE;
68086808
publishDialogVersionNote = workingVersion.getVersionNote();
6809-
save();
6809+
return save();
68106810
}
68116811
String publishDialogVersionNote = null;
68126812

0 commit comments

Comments
 (0)