Go to file
konstantina.galouni b0af2de1bc [Trunk | Library]:
1. searchUtils.class.ts: In SearchUtilsClass added field "refineStatus:number = 1;" for refine queries.
2. searchResultsPerPage.component.ts & searchSorting.component.ts: [Bug fix] In EventEmitter (value change), emit raw value, not object with field "value".
3. searchDataProviders.component.ts & searchOrganizations.component.ts & searchProjects.component.ts & searchResearchResults.component.ts:
	a. Add subscriptions in array to unsubscribe in ngOnDestroy.
	b. Get properties from environment (no service needed).
	c. Separate queries for refine and results.
	d. Do not call refine query when page, results per page, sortBy change (there is still a bug here).
	e. For refine query, added field "disableRefineForms" default set to false - passed in <new-search-page>.
4. newSearchPage.component.html:
	a. Disable forms when "disableForms" or "disableRefineForms" is true.
	b. Do not show filters, until results query returns, but show results while refine is loading.
	c. Deleted old, unused code.
5. newSearchPage.component.ts:
	a. Added fields "@Input() disableRefineForms: boolean = false;", "@Input() sortedByChanged: string = "";", "@Input() resultsPerPageChanged: number;"
	b. When results per page or sortBy change, do not upadate immediately searchUtils values - do not query for refine when these change (there is still a bug here).


git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59155 d315682c-612b-4755-9ff5-7f18f6832af3
2020-07-21 13:48:55 +00:00
claims [Library | Trunk]: Replace static links with property url 2020-07-13 14:42:34 +00:00
connect [Trunk | Library]: 2020-07-16 23:08:10 +00:00
contact-us [Library | Trunk]: 1. Contact us css changes. 2. Search for monitor. 3. Landing for monitor 2020-06-29 13:15:52 +00:00
dashboard [Library | Trunk] 2020-07-13 09:15:00 +00:00
deposit [Library|Trunk] 2020-07-21 12:41:08 +00:00
error [Trunk | Library]: 2020-07-16 23:08:10 +00:00
landingPages [Library | Trunk]: Fix types on landing header. Add message if result summary does not exist 2020-07-21 09:17:50 +00:00
login [Library | Trunk]: Changes for adding search and langing pages to monitor dashboard 2020-07-10 08:37:17 +00:00
monitor [Library|Trunk] 2020-07-07 13:50:49 +00:00
reload [Library|Trunk] 2020-05-20 11:50:32 +00:00
searchPages [Trunk | Library]: 2020-07-21 13:48:55 +00:00
services [Trunk | Library]: 2020-07-15 11:25:17 +00:00
shared Commiting first draft of openaire library for angular portals 2017-12-19 12:53:46 +00:00
sharedComponents [Library|Trunk] 2020-07-21 12:41:08 +00:00
test [Library|Trunk] 2019-06-03 13:20:36 +00:00
utils [Library|Trunk] 2020-07-21 12:41:08 +00:00
app-routing.module.ts [Trunk | Library]: Removed old, unused folders "deposit/datasets", "deposit/publications" and files "deposit.component", "deposit.module" | Removed references to deleted files from app.module and app-routing.module. 2020-07-15 11:59:16 +00:00
app.component.ts [Library|Trunk] 2019-06-12 08:59:10 +00:00
app.module.ts [Library | Trunk]: Fix types on landing header. Add message if result summary does not exist 2020-07-21 09:17:50 +00:00
app.server.module.ts Commiting first draft of openaire library for angular portals 2017-12-19 12:53:46 +00:00
cache-interceptor.service.ts [Trunk | Library]: New file "cache-interceptor.service.ts" added - redirects default refine queries in cache - currently, Explore Portal specific. 2020-07-21 13:19:27 +00:00
http-interceptor.service.ts [Trunk | Library]: Add file 'http-interceptor.service.ts' for not repeating in client requests of server. 2019-09-30 10:48:26 +00:00