-
- Downloads
Merge branch 'fix-compare-diff-unfold' into 'master'
Fix code unfold not working on Compare commits page ### What does this MR do? The code unfold buttons (`...`) don't work when you go to Commits -> Compare mode. This MR fixes that. ### Are there points in the code the reviewer needs to double check? Check to make sure all the right initializers are run in the `projects:compare:xxx` case. I'm also not sure if there are other cases where a diff is shown but the code unfolding is not activated. ### What are the relevant issue numbers / [Feature requests](http://feedback.gitlab.com/)? Closes #1274 See merge request !434
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/assets/javascripts/dispatcher.js.coffee 4 additions, 0 deletionsapp/assets/javascripts/dispatcher.js.coffee
- features/project/commits/commits.feature 3 additions, 0 deletionsfeatures/project/commits/commits.feature
- features/steps/project/commits/commits.rb 12 additions, 0 deletionsfeatures/steps/project/commits/commits.rb
Please register or sign in to comment