Skip to content

Commit

Permalink
fix MID-2534
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Oct 27, 2015
1 parent 1e3382d commit 8588079
Showing 1 changed file with 5 additions and 3 deletions.
Expand Up @@ -248,9 +248,11 @@ protected void handleNotSuccessOrHandledErrorInIterator(OperationResult result)
}
};

Collection<SelectorOptions<GetOperationOptions>> options =
SelectorOptions.createCollection(ResourceType.F_CONNECTOR, GetOperationOptions.createResolve());
provider.setOptions(options);
//fixes MID-2534;
// connector reference is set in the ResourceDto constructor
// Collection<SelectorOptions<GetOperationOptions>> options =
// SelectorOptions.createCollection(ResourceType.F_CONNECTOR, GetOperationOptions.createResolve());
// provider.setOptions(options);
provider.setQuery(createQuery());

return provider;
Expand Down

0 comments on commit 8588079

Please sign in to comment.