Skip to content

Commit

Permalink
FORGE-2316: Fixed label
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 13, 2016
1 parent 99d1a6c commit 5a72c9b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ private void configureStack(InputComponentFactory factory, final UIContext conte
final List<StackFacet> list = Lists.toList(stacks);
Collections.sort(list, new StackFacetComparator());
stack = factory.createSelectOne("stack", StackFacet.class)
.setLabel("Stack")
.setValueChoices(() -> list.stream()
.filter((stackFacet) -> stackFacet.supports(type.getValue()))
.collect(Collectors.toSet()))
Expand Down

0 comments on commit 5a72c9b

Please sign in to comment.