Skip to content

Commit

Permalink
BZ-1073379 - Cannot access subfields in guided editor
Browse files Browse the repository at this point in the history
(cherry picked from commit d450364)
  • Loading branch information
Rikkola committed Mar 7, 2014
1 parent b6a0eee commit 3747643
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -61,7 +61,7 @@ public static void getExpressionPartForField( final AsyncPackageDataModelOracle
final String fieldGenericType = oracle.getFieldType( factName, fieldName );

//Ensure ModelField details for type have been loaded
oracle.getFieldCompletions( fieldGenericType,
oracle.getFieldCompletions( fieldClassName,
new Callback<ModelField[]>() {

@Override
Expand Down

0 comments on commit 3747643

Please sign in to comment.