fabric8io / fabric8-generator

a jboss forge add on for the fabric8 upstream and SaaS generator wizards
Apache License 2.0
1 stars 12 forks source link

git repos list per given organisation is wrong #17

Closed corinnekrych closed 7 years ago

corinnekrych commented 7 years ago

When importing repos for a given organisation in fabric8-ui forge wizard, the list of repos returned belong to all the organisations.

Indeed this line return gitOrganisation=null https://github.com/fabric8io/fabric8-generator/blob/master/src/main/java/io/fabric8/forge/generator/github/GithubImportPickRepositoriesStep.java#L63

corinnekrych commented 7 years ago

@jstrachan as discussed I've created an issue on this repo.