Actions
Bug #4414
closed[Workbench] "Add new project" button missing from projects dropdown.
Status:
Resolved
Priority:
Normal
Assigned To:
Radhika Chippada
Category:
Workbench
Target version:
Story points:
0.5
Description
Currently no "Add new project" button is rendering on the "Projects" dropdown menu, even though the following code snippet from layouts/body.html.erb suggests that this is still supposed to happen:
<%= render partial: "projects_tree_menu", locals: { :project_link_to => Proc.new do |pnode, &block| link_to(project_path(pnode[:object].uuid), data: { 'object-uuid' => pnode[:object].uuid, 'name' => 'name' }, &block) end, :top_button => Proc.new do %> <% link_to projects_path, method: 'post', class: 'btn btn-xs btn-default pull-right' do %> <i class="fa fa-plus"></i> New project <% end %> <% end %> <% } %>
Presumably the :top_button
option is broken.
Updated by Tom Clegg about 10 years ago
- Target version changed from Bug Triage to Arvados Future Sprints
Updated by Ward Vandewege almost 10 years ago
- Target version changed from Arvados Future Sprints to 2015-01-07 sprint
Updated by Radhika Chippada almost 10 years ago
- Status changed from New to In Progress
- Assigned To set to Radhika Chippada
Updated by Radhika Chippada almost 10 years ago
Added a "Add a new project" button / link to the Projects dropdown. I called this "Add a new project" instead of previously used "New project" because we have used the label "Add a new XXX" for other types of objects.
Updated by Radhika Chippada almost 10 years ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|commit:d28d5446be0427609b6a288f39dac383ba83075f.
Actions