My favorites
▼
|
Sign in
substruct
Open-source Ruby on Rails E-Commerce
Project Home
Downloads
Wiki
Issues
Source
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
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