-
Notifications
You must be signed in to change notification settings - Fork 535
Open
Description
It appears that labels for the available facet values used in the files table were added to Bundle.properties in #5697 but it does not appear that they are used. The entries are in
dataverse/src/main/java/propertyFiles/Bundle.properties
Lines 2600 to 2618 in 8127559
| #filetype - Facet Labels | |
| Document=Document | |
| Text=Text | |
| Tabular\u0020Data=Tabular Data | |
| Data=Data | |
| FITS=FITS | |
| Shape=Shape | |
| Image=Image | |
| Network\u0020Data=Network Data | |
| Unknown=Unknown | |
| Documentation=Documentation | |
| Code=Code | |
| Archive=Archive | |
| Audio=Audio | |
| Video=Video | |
| #access - Facet Labels | |
| Public=Public | |
| Restricted=Restricted |
dataverse/src/main/java/edu/harvard/iq/dataverse/search/SearchConstants.java
Lines 39 to 40 in 8127559
| public static final String PUBLIC = "Public"; | |
| public static final String RESTRICTED = "Restricted"; |
I've seen this in the embargo PR (based on current develop) and it appears to be the case at Scholar's Portal as well (see below).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Type
Projects
Status
⚠️ Needed/Important

