Skip to content

Commit 5411a49

Browse files
committed
* Paths are not autogenerating for addressable content.
1 parent d08b60c commit 5411a49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/views/cms/form_builder/_cms_text_field.html.erb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
unless options[:class]
44
options[:class] = []
55
end
6+
options[:class] << 'input-xxlarge'
67
options[:class] << 'slug-source'
78
end
89
%>
@@ -12,7 +13,7 @@
1213
<% else %>
1314
<%= f.label method %>
1415
<% end %>
15-
<%= f.text_field method, options = {:class=>"input-xxlarge"} %>
16+
<%= f.text_field method, options %>
1617
<% if cms_options[:instructions] %>
1718
<div class="muted help-block"><%=h cms_options[:instructions] %></div>
1819
<% end %>

todo_ui_Revamp.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ Tasks:
66
* Keep open/closed/last selected state of sitemap
77
* Audit/Delete/merge js/cms/sitemap.js.erb
88
* Move/drag/drop sections
9-
* Paths are not autogenerating when creating products/catalogs.
109
* No visual indicator of an empty section
11-
10+
* Doubleclicking on items
1211
* page_editor.css/page_content_editing.css shouldn't have been deleted.
1312

1413
##

0 commit comments

Comments
 (0)