Skip to content

Commit

Permalink
#633-webui propagate tablename in columnname lookup ( continued)
Browse files Browse the repository at this point in the history
  • Loading branch information
metas-rc committed Oct 24, 2017
1 parent f2131af commit d626539
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ private BoardDescriptor createBoardDescriptor(final int boardId)
// Board document lookup provider
final int adValRuleId = boardPO.getAD_Val_Rule_ID();
final LookupDescriptorProvider documentLookupDescriptorProvider = SqlLookupDescriptor.builder()
.setCtxTableName(null)
.setCtxColumnName(keyColumnName)
.setDisplayType(DisplayType.Search)
.setWidgetType(DocumentFieldWidgetType.Lookup)
.setAD_Val_Rule_ID(adValRuleId)
Expand Down

0 comments on commit d626539

Please sign in to comment.