Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/api/native-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6424,7 +6424,7 @@ The fully expanded example above (without environment variables) looks like this
Show Disclaimer for Publishing Datasets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

The setting "PublishDatasetDisclaimerText", when set, will prevent a draft dataset from being published through the UI without the user acknowledging the disclaimer.
The setting :ref:`:PublishDatasetDisclaimerText`, when set, will prevent a draft dataset from being published through the UI without the user acknowledging the disclaimer.

.. note:: See :ref:`show-custom-popup-for-publishing-datasets` if the user acknowledgment is not required but you want the message to be displayed in the UI.
.. note:: See :ref:`curl-examples-and-environment-variables` if you are unfamiliar with the use of export below.
Expand Down
3 changes: 3 additions & 0 deletions doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4798,6 +4798,7 @@ If you have a long text string, you can upload it as a file as in the example be

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.

See also :ref:`show-custom-popup-for-publishing-datasets` in the API Guide.

:DatasetPublishPopupCustomTextOnAllVersions
+++++++++++++++++++++++++++++++++++++++++++
Expand Down Expand Up @@ -5331,6 +5332,8 @@ The text displayed to the user that must be acknowledged prior to publishing a D

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.

See also :ref:`show-disclaimer-for-publishing-datasets` in the API Guide.

.. _:BagItHandlerEnabled:

:BagItHandlerEnabled
Expand Down
Loading