vmware-archive / projectmonitor

Big Visible Chart CI aggregator
http://ci.pivotallabs.com
BSD 2-Clause "Simplified" License
428 stars 120 forks source link

Editing existing job with multiple tags clobbers commas #104

Closed lnhrdt closed 8 years ago

lnhrdt commented 8 years ago

When we edit a job that has multiple tags, the tags in the text field are missing commas. They then get combined into one tag.

Should be:

screen shot 2016-04-21 at 12 25 10 pm

Currently is:

screen shot 2016-04-21 at 12 25 00 pm
tjgrathwell commented 8 years ago

It's a regression from upgrading to Rails 4.2 (08bfb014e524570f7cfb554031e2aef0f9e25264), more detail at https://github.com/mbleigh/acts-as-taggable-on/wiki/Add-a-tag-field-to-forms-in-Rails--4.2-and-above

Fix incoming, thanks for reporting!