Skip to content

Commit b40510b

Browse files
committed
Merge branch 'develop' into custom/HIO687AS
2 parents 2cf0a49 + eaf0bad commit b40510b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

libs/form-fields/src/lib/recurrence-field.component.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,11 @@ export class RecurrenceFieldComponent implements ControlValueAccessor, OnInit {
320320
end_date: addYears(this.date(), 7).valueOf(),
321321
});
322322
}
323+
this.recurr_type.set(
324+
pattern === 'custom' || pattern === 'custom_display'
325+
? this.recurr_type()
326+
: pattern,
327+
);
323328
this.prev_type.set(this.recurr_type());
324329
}
325330

0 commit comments

Comments
 (0)