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

This commit is contained in:
Miriam Baglioni 2022-09-23 16:47:19 +02:00
parent 4a3e119b73
commit 3e6b0f58bb
1 changed files with 3 additions and 0 deletions

View File

@ -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)