Skip to content

Commit

Permalink
Merge pull request #715 from metasfresh/gh3058
Browse files Browse the repository at this point in the history
Gh3058 renaming for better understanding
  • Loading branch information
metas-ts authored Dec 5, 2017
2 parents 1c9da5f + 5d1c068 commit 4668ba1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ private ButtonFieldActionDescriptor extractButtonFieldActionDescriptor(final Str
{
if (adColumnBL.isRecordIdColumnName(fieldName))
{
final String zoomIntoTableIdFieldName = adColumnBL.getTableColumnName(tableName, fieldName).orElse(null);
final String zoomIntoTableIdFieldName = adColumnBL.getTableIdColumnName(tableName, fieldName).orElse(null);
if (zoomIntoTableIdFieldName != null)
{
return ButtonFieldActionDescriptor.genericZoomInto(zoomIntoTableIdFieldName);
Expand Down

0 comments on commit 4668ba1

Please sign in to comment.