Skip to content

Commit 9744886

Browse files
authored
explain :DatasetPublishPopupCustomText vs :PublishDatasetDisclaimerText #12051 (#12206)
1 parent 8db3dd2 commit 9744886

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

doc/sphinx-guides/source/installation/config.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4796,6 +4796,9 @@ If you have a long text string, you can upload it as a file as in the example be
47964796

47974797
``curl -X PUT --upload-file /tmp/long.txt http://localhost:8080/api/admin/settings/:DatasetPublishPopupCustomText``
47984798

4799+
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.
4800+
4801+
47994802
:DatasetPublishPopupCustomTextOnAllVersions
48004803
+++++++++++++++++++++++++++++++++++++++++++
48014804

@@ -5326,6 +5329,8 @@ The text displayed to the user that must be acknowledged prior to publishing a D
53265329

53275330
``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``
53285331

5332+
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.
5333+
53295334
.. _:BagItHandlerEnabled:
53305335

53315336
:BagItHandlerEnabled

0 commit comments

Comments
 (0)