mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 03:53:02 +00:00
upgraded to angular 8
This commit is contained in:
@@ -50,10 +50,10 @@ export const BITSTREAM_FORM_ACCESS_CONDITION_START_DATE_CONFIG: DynamicDatePicke
|
||||
placeholder: 'submission.sections.upload.form.from-placeholder',
|
||||
inline: false,
|
||||
toggleIcon: 'far fa-calendar-alt',
|
||||
relation: [
|
||||
relations: [
|
||||
{
|
||||
action: 'ENABLE',
|
||||
connective: 'OR',
|
||||
match: 'ENABLE',
|
||||
operator: 'OR',
|
||||
when: []
|
||||
}
|
||||
],
|
||||
@@ -81,10 +81,10 @@ export const BITSTREAM_FORM_ACCESS_CONDITION_END_DATE_CONFIG: DynamicDatePickerM
|
||||
placeholder: 'submission.sections.upload.form.until-placeholder',
|
||||
inline: false,
|
||||
toggleIcon: 'far fa-calendar-alt',
|
||||
relation: [
|
||||
relations: [
|
||||
{
|
||||
action: 'ENABLE',
|
||||
connective: 'OR',
|
||||
match: 'ENABLE',
|
||||
operator: 'OR',
|
||||
when: []
|
||||
}
|
||||
],
|
||||
@@ -110,10 +110,10 @@ export const BITSTREAM_FORM_ACCESS_CONDITION_GROUPS_CONFIG: DynamicSelectModelCo
|
||||
id: 'groupUUID',
|
||||
label: 'submission.sections.upload.form.group-label',
|
||||
options: [],
|
||||
relation: [
|
||||
relations: [
|
||||
{
|
||||
action: 'ENABLE',
|
||||
connective: 'OR',
|
||||
match: 'ENABLE',
|
||||
operator: 'OR',
|
||||
when: []
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user