-
- Downloads
Merge branch 'issue-boards-signed-out-state' into 'master'
Fixed issue boards when not logged in ## What does this MR do? This managed to get through because their wasn't actually any tests for loading the lists when a user is not logged in. This fixes that by adding a test & also fixing the template not correctly compiling under VueJS v2. See merge request !7452
No related branches found
No related tags found
Showing
- app/models/issue.rb 1 addition, 1 deletionapp/models/issue.rb
- app/views/projects/boards/components/_sidebar.html.haml 1 addition, 1 deletionapp/views/projects/boards/components/_sidebar.html.haml
- app/views/projects/boards/components/sidebar/_assignee.html.haml 1 addition, 1 deletion...ws/projects/boards/components/sidebar/_assignee.html.haml
- app/views/projects/boards/components/sidebar/_due_date.html.haml 1 addition, 1 deletion...ws/projects/boards/components/sidebar/_due_date.html.haml
- app/views/projects/boards/components/sidebar/_labels.html.haml 1 addition, 1 deletion...iews/projects/boards/components/sidebar/_labels.html.haml
- app/views/projects/boards/components/sidebar/_milestone.html.haml 1 addition, 1 deletion...s/projects/boards/components/sidebar/_milestone.html.haml
- spec/features/boards/boards_spec.rb 4 additions, 0 deletionsspec/features/boards/boards_spec.rb
Please register or sign in to comment