fixed issue on bulktagging for the advanced constraints
This commit is contained in:
parent
ecc05fe0f3
commit
cf3d0f4f83
|
@ -24,7 +24,8 @@ public class Community implements Serializable {
|
|||
public boolean isValid() {
|
||||
return !getSubjects().isEmpty()
|
||||
|| !getProviders().isEmpty()
|
||||
|| !getZenodoCommunities().isEmpty();
|
||||
|| !getZenodoCommunities().isEmpty()
|
||||
|| getConstraints() != null;
|
||||
}
|
||||
|
||||
public String getId() {
|
||||
|
|
Loading…
Reference in New Issue