From a72d427b15978ee520015e5cad9a2383ffb75b14 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Wed, 11 Mar 2026 13:44:42 -0400 Subject: [PATCH] explain :DatasetPublishPopupCustomText vs :PublishDatasetDisclaimerText #12051 --- doc/sphinx-guides/source/installation/config.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/sphinx-guides/source/installation/config.rst b/doc/sphinx-guides/source/installation/config.rst index 4df3364efb0..783c8159d01 100644 --- a/doc/sphinx-guides/source/installation/config.rst +++ b/doc/sphinx-guides/source/installation/config.rst @@ -4796,6 +4796,9 @@ If you have a long text string, you can upload it as a file as in the example be ``curl -X PUT --upload-file /tmp/long.txt http://localhost:8080/api/admin/settings/:DatasetPublishPopupCustomText`` +There is a related setting called :ref:`:PublishDatasetDisclaimerText` that also makes text appear on the popup when publishing, but it requires a checkbox to be clicked. + + :DatasetPublishPopupCustomTextOnAllVersions +++++++++++++++++++++++++++++++++++++++++++ @@ -5326,6 +5329,8 @@ The text displayed to the user that must be acknowledged prior to publishing a D ``curl -X PUT -d "By publishing this dataset, I fully accept all legal responsibility for ensuring that the deposited content is: anonymized, free of copyright violations, and contains data that is computationally reusable. I understand and agree that any violation of these conditions may result in the immediate removal of the dataset by the repository without prior notice." http://localhost:8080/api/admin/settings/:PublishDatasetDisclaimerText`` +There is a similar setting called :ref:`:DatasetPublishPopupCustomText` that also makes text appear on the popup when publishing, but it is only informational. There is no checkbox to click. + .. _:BagItHandlerEnabled: :BagItHandlerEnabled