From bd7634f2a6af679a52d80cf18768f1c2e519e828 Mon Sep 17 00:00:00 2001 From: Stephen Kraffmiller Date: Tue, 5 Apr 2022 14:02:27 -0400 Subject: [PATCH 1/3] #7565 move rebind to template --- src/main/webapp/dataset.xhtml | 35 ++++++++++++------------ src/main/webapp/dataverse_template.xhtml | 4 +-- 2 files changed, 18 insertions(+), 21 deletions(-) diff --git a/src/main/webapp/dataset.xhtml b/src/main/webapp/dataset.xhtml index e96b0a9f1bd..7e4f579f764 100644 --- a/src/main/webapp/dataset.xhtml +++ b/src/main/webapp/dataset.xhtml @@ -167,7 +167,7 @@
  • + oncomplete="showPopup();"> #{bundle.download} @@ -180,7 +180,7 @@
  • #{bundle.downloadOriginal} @@ -195,7 +195,7 @@
  • - #{bundle.downloadArchival} @@ -265,7 +265,7 @@ @@ -376,13 +376,13 @@
  • - +
  • - + @@ -444,7 +444,7 @@
  • @@ -459,7 +459,7 @@
    #{bundle['dataset.linkBtn']} @@ -699,8 +699,7 @@ style="display:none" process="@this :datasetForm:hostDataverseContent" update="@form,:breadCrumbPanel" - action="#{DatasetPage.updateOwnerDataverse()}" - oncomplete="bind_bsui_components();"> + action="#{DatasetPage.updateOwnerDataverse()}">
    @@ -728,7 +727,7 @@ @@ -750,9 +749,9 @@ - + @@ -826,7 +825,7 @@ - +
    - - + @@ -1845,7 +1844,7 @@
    - + + bind_bsui_components(); @@ -108,9 +109,6 @@ } ; }); - - // Rebind bootstrap UI components - bind_bsui_components(); }); function clickSupportLink() { $("[id$='headerSupportLink']").click(); From 0934c5c19823cece6dce4cab6f1de8fb00414f44 Mon Sep 17 00:00:00 2001 From: Stephen Kraffmiller Date: Tue, 5 Apr 2022 14:58:27 -0400 Subject: [PATCH 2/3] #7565 update widgets --- src/main/webapp/dataset-widgets.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/dataset-widgets.xhtml b/src/main/webapp/dataset-widgets.xhtml index 52a833eb70d..a57f144b97a 100644 --- a/src/main/webapp/dataset-widgets.xhtml +++ b/src/main/webapp/dataset-widgets.xhtml @@ -44,7 +44,7 @@ #{bundle['dataset.thumbnailsAndWidget.thumbnailImage.alt']} - +
    From 2a7b4c0a3f80f3a76a280f14be3dccf9c9c97f11 Mon Sep 17 00:00:00 2001 From: Stephen Kraffmiller Date: Wed, 6 Apr 2022 15:23:18 -0400 Subject: [PATCH 3/3] #7565 remove inadvertent space --- src/main/webapp/dataset.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/dataset.xhtml b/src/main/webapp/dataset.xhtml index 7e4f579f764..f7f12ef761e 100644 --- a/src/main/webapp/dataset.xhtml +++ b/src/main/webapp/dataset.xhtml @@ -1844,7 +1844,7 @@ - +