Skip to content

Commit

Permalink
FORGE-2316: Added description
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 12, 2016
1 parent f33901e commit a733734
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ private void configureStack(InputComponentFactory factory, final UIContext conte
Collections.sort(list, new StackFacetComparator());
stack = factory.createSelectOne("stack", StackFacet.class)
.setLabel("Stack")
.setDescription("The technology stack to be used in this project")
.setValueChoices(() -> list.stream()
.filter((stackFacet) -> stackFacet.supports(type.getValue()))
.collect(Collectors.toSet()))
Expand Down

0 comments on commit a733734

Please sign in to comment.