[BulkTagging] changed the query to the IS to get also the information for the advancedConstraint from the profile

pull/250/head
Miriam Baglioni 2 years ago
parent 4a3e119b73
commit 3e6b0f58bb

@ -61,6 +61,9 @@ public class QueryInformationSystem {
+ " </selcriteria> "
+ " </zenodocommunity>} "
+ " </zenodocommunities> "
+ "<advancedConstraint>"
+"{$x//CONFIGURATION/context/param[./@name='advancedConstaint']/text()} "
+ "</advancedConstraint>"
+ " </community>";
public static CommunityConfiguration getCommunityConfiguration(final String isLookupUrl)

Loading…
Cancel
Save