-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Equipment Satus Screen is mixed up #29
Comments
Same as my issue #23 |
Hi stillru, |
Now error near line 53 - undefined method `name' for #AssetCheckIn:0x7f8cc8a02128 <% end %>
51: <td class="pluginESV_<%= oos_class %>"><%=h e.serial_number %></td>
52: <% if !attribute_is_grouped?(:location) %>
53: <td class="pluginESV_<%= oos_class %>"><%=h e.location %> (<%=t :ch_by %> <%=h e.last_checkin_by %>)</td>
54: <% end %>
55: <td class="pluginESV_<%= oos_class %>">
56: <%= link_to "", edit_equipment_asset_path(e), :class => "icon icon-edit", :title => "Edit #{e.name}" %> |
Now update to version 0.3.6. Bug still exist. |
I can not seem to reproduce this. Can I get clarification and verify it still exists in latest? |
[0.3.5, Redmine 1.3.1.stable.8875]
Items in my equipment status list seem to get mixed up. As part of testing, I've got 6 items checked in at 4 different "locations" and the status screen looks like:
My locations are really statuses, but this shouldn't be an issue, it's a text. I spent a little time flipping the items from one location to another before it got like this. Restarting Redmine doesn't fix it.
Obvious issues are:
The text was updated successfully, but these errors were encountered: