ActionView::Template::Error (undefined method `[]' for nil:NilClass):
Created by: grks
Hi, Just wanted to report an issue with latest version: gitlab_7.4.3-omnibus.1-1_amd64.deb
when I access i/tree/develop I get the following "500 We're sorry, but something went wrong. error":
ActionView::Template::Error (undefined method `[]' for nil:NilClass):
1: - tree, commit = submodule_links(submodule_item)
2: %tr{ class: "tree-item" }
3: %td.tree-item-file-name
4: %i.fa.fa-archive
app/models/repository.rb:162:in `method_missing'
app/models/repository.rb:228:in `submodule_url_for'
app/helpers/submodule_helper.rb:6:in `submodule_links'
app/views/projects/tree/_submodule_item.html.haml:1:in `_app_views_projects_tree__submodule_item_html_haml___4192212202590212008_20955600'
app/helpers/tree_helper.rb:19:in `render_tree'
app/views/projects/tree/_tree.html.haml:42:in `_app_views_projects_tree__tree_html_haml__1154082941428734397_42054820'
app/views/projects/tree/show.html.haml:9:in `_app_views_projects_tree_show_html_haml___426785298164029844_47228960'
app/controllers/projects/tree_controller.rb:13:in `show'