Vote #76354
完了Bulk issue copy copies subtasks and attachments even if option is unchecked
0%
説明
When I'm bulk editing issues, doesn't matter if I checked "copy subtasks" checkbox, they will be copied anyway. I guess it's because
<%= hidden_field_tag 'copy_subtasks', '0' %>
<%= check_box_tag 'copy_subtasks', '1', false %>
Form passes copy_subtasks parameter anyway. And in controller there's "present" check on copy_subtasks param. But both '0' and '1' value are present.
journals
Fixed in r14268, thanks for pointing this out.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------