-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
documents: open aggregation with filters and add more facets for documents search #867
Conversation
f806cc8
to
aa314d4
Compare
@@ -16,6 +16,7 @@ | |||
*/ | |||
|
|||
import { TestBed } from '@angular/core/testing'; | |||
import { RouterTestingModule } from '@angular/router/testing'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same for this file, all changes could be removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe these changes are needed because of the changes made in file documents-route.service.ts. The tests fail if I remove these changes.
f000380
to
ef0a758
Compare
aggregationsBucketSize: 10, | ||
searchFilters: [ | ||
{ | ||
label: this._translateService.instant('Online'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why you don't use label: _('Online')
? (same as line 108)
ef0a758
to
1935e34
Compare
* Marks the aggregation as open if the url contains a corresponding filter including children filters. * Adds the ActivatedRoute service for the document route class. Co-Authored-by: Johnny Mariéthoz <Johnny.Mariethoz@rero.ch>
f23d173
to
2988ec2
Compare
2988ec2
to
ecfe663
Compare
Co-Authored-by: Valeria Granata <valeria@chaw.com>
ecfe663
to
3abddf4
Compare
Co-Authored-by: Johnny Mariéthoz Johnny.Mariethoz@rero.ch
Co-Authored-by: Valeria Granata valeria@chaw.com
Why are you opening this PR?
US: rero/rero-ils#2763
Dependencies
My PR depends on
rero-ils#<xx>
's PR(s):Code review check list