Skip to content

Commit

Permalink
[webui] don't confuse a user with "maintenance" project
Browse files Browse the repository at this point in the history
The check box is only confusing the user in first place.
It is not a project for preparing a maintenance update (but for creating
a new maintenance team coordination place). This is so rarly used
that it harms more then it helps here.
(if we re-implement, we should do it via a selection box for all the
 other (and more often used) types)
  • Loading branch information
adrianschroeter committed May 18, 2016
1 parent a06c166 commit 4fdf55d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/app/views/webui/project/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<% end %>
<%= check_box_tag :disable_publishing, false %>Disable build results publishing.
<br/>
<%= check_box_tag :maintenance_project, false %>Create as maintenance project.
</p>
<p><%= submit_tag "Create Project" %></p>
<% end %>

0 comments on commit 4fdf55d

Please sign in to comment.