Skip to content

Commit

Permalink
[NAE-1156] View Deprecation and All Data
Browse files Browse the repository at this point in the history
-fix according to PR
  • Loading branch information
Kovy95 committed Aug 8, 2022
1 parent 91b10f5 commit 30fbcaf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Field getField(Data data, Importer importer) throws IllegalArgumentException, Mi
field.setFormat(format);
}
if (data.getView() != null) {
log.warn("Data attribute [view] is deprecated.");
log.warn("Data attribute [view] in field [" + field.getImportId() + "] is deprecated.");
View view = viewFactory.buildView(data);
field.setComponent(new Component(view.getValue()));
}
Expand Down

0 comments on commit 30fbcaf

Please sign in to comment.