解决项目添加成员没选中而导致点击确定发消息的问题

This commit is contained in:
huang 2016-04-08 12:31:40 +08:00
parent 3501d6f1d6
commit 57716e7efc
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
</li>
<% roles.each do |role| %>
<li>
<%= radio_button_tag 'membership[role_ids][]', role.id %>
<%= radio_button_tag 'membership[role_ids][]', role.id, role.name == "报告人员" || role.name == "Reporter" %>
<% if User.current.language == "zh" %>
<% if role.id == 3 %>
<label >管理人员</label>