3618: Make tests pass: bugs were revealed in "Other objects" tab related to there...
[arvados.git] / apps / workbench / app / views / projects / _show_tab_contents.html.erb
index a3ca3d13533aec8461b3ad583d9a99613742e156..622b7c11f4d1fdc15fa544b10bf7ca45b5c37187 100644 (file)
         <th></th>
         <th></th>
         <th></th>
-        <% sort_order = sortable_columns['name'].gsub(/\s/,'') %>
+        <% sort_order = sortable_columns['name'].gsub(/\s/,'') if sortable_columns['name'] %>
         <th <% if !sort_order.nil? %>
               data-sort-order='<%= sort_order %>'
             <% end %> >
           name
         </th>
-        <% sort_order = sortable_columns['description'].gsub(/\s/,'') %>
+        <% sort_order = sortable_columns['description'].gsub(/\s/,'') if sortable_columns['description'] %>
         <th <% if !sort_order.nil? %>
               data-sort-order='<%= sort_order %>'
             <% end %> >