Commit 44a210c0 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Merge branch 'fix_labels_edit' into 'master'

Fix labels preview color when edit

This is related to #515. Parentheses are missing in coffeescript. For this reason, the color preview is not updated when loading the labels edit page.

See merge request !173
parents 87efd92d 64102476
......@@ -4,7 +4,7 @@ class Labels
@setupLabelForm(form)
@cleanBinding()
@addBinding()
@updateColorPreview
@updateColorPreview()
addBinding: ->
$(document).on 'click', '.suggest-colors a', @setSuggestedColor
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment