upgraded to angular 8

This commit is contained in:
lotte
2020-02-13 11:09:20 +01:00
parent 3bbd05f588
commit 04cb75e786
106 changed files with 1959 additions and 1417 deletions

View File

@@ -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: []
}
],