forked from inveniosoftware/docs-invenio-rdm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: added documentation for restricted records
* closes inveniosoftware#532
- Loading branch information
Showing
5 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Metadata-only records | ||
|
||
A metadata-only record is a record that contains only descriptive metadata, and no associated files. These types of records can be useful in cases where the resource does not have a corresponding digital object or its files are hosted elsewhere. | ||
|
||
The site administrator can choose to enable or disable the creation of metadata-only records. For more on that, see [this section](../../customize/metadata_only.md). | ||
|
||
To mark a record as metadata-only, simply select the "Metadata-only record" checkbox when creating a new record: | ||
|
||
![Setting Metadata only](./img/meta_data_only.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Restricted records | ||
|
||
A record can be marked as restricted in order to restrict its access to specific users. This is useful for example to share a record with a colleague or team before making it public. | ||
|
||
## Setting a record to be restricted | ||
|
||
When creating or editing a record, click the "Restricted" checkbox under "Full record" in the "Visibility" section of the form to make the entire record -metadata and files- restricted: | ||
|
||
![Visibility Options](./img/visibility_options.png) | ||
|
||
To **only** make the files restricted, click the "Restricted" checkbox under "Files only" in the "Visibility" section. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters