Project

General

Profile

« Previous | Next » 

Revision 62012

new fields in repo ui: fulltextdownload and consenttermsofuse

View differences:

applicationContext-dnet-openaire-datasource-manager.xml
33 33
				<bean class="eu.dnetlib.enabling.datasources.DbBrowsableField"
34 34
					p:id="active" p:label="API activation"
35 35
					p:sql="select a.active as term, count(*) as count from dsm_api a group by a.active order by count desc" />
36
				<bean class="eu.dnetlib.enabling.datasources.DbBrowsableField"
37
					p:id="consenttermsofuse" p:label="Consent terms of use"
38
					p:sql="select d.consenttermsofuse as term, count(*) as count from dsm_api a left outer join dsm_services d on (a.service = d.id) group by d.consenttermsofuse order by count desc" />
39
				<bean class="eu.dnetlib.enabling.datasources.DbBrowsableField"
40
					p:id="fulltextdownload" p:label="Fulltext download"
41
					p:sql="select d.fulltextdownload as term, count(*) as count from dsm_api a left outer join dsm_services d on (a.service = d.id) group by d.fulltextdownload order by count desc" />
36 42
			</list>
37 43
		</property>
38 44
	</bean>

Also available in: Unified diff