From 729e0a9cc8e825bcacb49427afe11148eb26de3b Mon Sep 17 00:00:00 2001 From: Michael Heppler Date: Wed, 19 Jun 2019 11:52:50 -0400 Subject: [PATCH 1/7] Added request access popup to file pg [ref #4897] --- src/main/webapp/file.xhtml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/file.xhtml b/src/main/webapp/file.xhtml index db6a0940b79..78f3db93a87 100644 --- a/src/main/webapp/file.xhtml +++ b/src/main/webapp/file.xhtml @@ -554,7 +554,12 @@ #{bundle.cancel} - + + + + + + @@ -583,7 +588,13 @@ - + + + + + + + From 891a2fc14ea4ba9277a02e28acd86b762d810fd0 Mon Sep 17 00:00:00 2001 From: Michael Heppler Date: Mon, 24 Jun 2019 15:39:03 -0400 Subject: [PATCH 2/7] Changed button back to p:commandLink component to fix rogue popup btns on dataset pg [ref 5958] --- src/main/webapp/dataset-versions.xhtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/dataset-versions.xhtml b/src/main/webapp/dataset-versions.xhtml index 0d716b0d2a9..308a59e35ed 100644 --- a/src/main/webapp/dataset-versions.xhtml +++ b/src/main/webapp/dataset-versions.xhtml @@ -34,10 +34,10 @@ update=":#{p:resolveClientId('datasetForm:tabView:versionsTable', view)}" actionListener="#{DatasetPage.postLoadSetVersionTabList()}" />
- +