-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: NCC-1.4.24
-
Component/s: nuxeo-connect-client
-
Sprint:DevOps Sprint 11
Avoid
TargetPlatformFilterHelper.isCompatibleWithTargetPlatform(new FakeDownloadablePackage("wrapper", Version.ZERO) { @Override public String[] getTargetPlatforms() { return targetPlatforms; } }, currentPlatform);
and allow instead
TargetPlatformFilterHelper.isCompatibleWithTargetPlatform(targetPlatforms, currentPlatform);