mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-23 13:11:58 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2c10cc885d | ||
|
|
f993fda3f6 | ||
|
|
ecacf0ba59 | ||
|
|
592d59e54d |
@@ -428,8 +428,10 @@ export class RDMDepositForm extends Component {
|
||||
label="Subjects"
|
||||
labelIcon="tag"
|
||||
/> */}
|
||||
|
||||
<LanguagesField
|
||||
{/**TODO- enable once issue is solved:
|
||||
* https://github.com/inveniosoftware/invenio-app-rdm/issues/738
|
||||
*/}
|
||||
{/* <LanguagesField
|
||||
initialOptions={_get(
|
||||
this.props.record,
|
||||
"ui.languages",
|
||||
@@ -442,7 +444,7 @@ export class RDMDepositForm extends Component {
|
||||
key: item.id,
|
||||
}))
|
||||
}
|
||||
/>
|
||||
/> */}
|
||||
<DatesField options={this.vocabularies.metadata.dates} />
|
||||
<VersionField />
|
||||
<PublisherField required />
|
||||
|
||||
@@ -23,4 +23,4 @@ class FrontpageRecordsSearch(RecordsSearch):
|
||||
index = "rdmrecords-records"
|
||||
default_filter = Q(
|
||||
"query_string", query=(
|
||||
"access.record:public" "AND versions.is_latest:true"))
|
||||
"access.record:public " "AND versions.is_latest:true"))
|
||||
|
||||
@@ -12,4 +12,4 @@ This file is imported by ``invenio_theme_tugraz.__init__``,
|
||||
and parsed by ``setup.py``.
|
||||
"""
|
||||
|
||||
__version__ = "2.0.1"
|
||||
__version__ = "2.0.3"
|
||||
|
||||
Reference in New Issue
Block a user