My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions

Issue 116 attachment: defaults_show_obsolete_to_false_when_not_defined.patch (657 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: /home/edmundo/workspace_aptana/trunk/vendor/plugins/substruct/app/views/admin/orders/_address.rhtml
===================================================================
--- /home/edmundo/workspace_aptana/trunk/vendor/plugins/substruct/app/views/admin/orders/_address.rhtml (revision 120)
+++ /home/edmundo/workspace_aptana/trunk/vendor/plugins/substruct/app/views/admin/orders/_address.rhtml (working copy)
@@ -46,6 +46,8 @@
else
selected_country = nil
end
+ # If not passed, so not defined, defaults to false.
+ show_obsolete ||= false
%>
<%= make_label('Country') %>
<%= render_component(:controller => "countries",

Powered by Google Project Hosting