Skip to content

Commit 37a323e

Browse files
authored
Merge pull request DSpace#2231 from mspalti/date-browse-fix
Possible fix for browse-by-date links
2 parents be7938a + 8e45040 commit 37a323e

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/app/shared/starts-with/date/starts-with-date.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ export class StartsWithDateComponent extends StartsWithAbstractComponent {
131131
} else {
132132
this.startsWithYear = +startsWith;
133133
}
134-
this.setStartsWithParam(false);
135134
}
136135

137136
/**

src/app/shared/starts-with/starts-with-abstract.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ export abstract class StartsWithAbstractComponent implements OnInit, OnDestroy {
7070
*/
7171
setStartsWith(startsWith: string) {
7272
this.startsWith = startsWith;
73-
this.setStartsWithParam(false);
7473
}
7574

7675
/**

0 commit comments

Comments
 (0)