Workflow option removed from upload forms
This commit is contained in:
parent
1bb2382963
commit
2b03827aac
@ -31,14 +31,7 @@
|
||||
<%= upload.major_version %>.<%= upload.minor_version + 1 %> <%= l(:option_version_minor) %><br />
|
||||
<%= radio_button_tag("commited_files[#{i}][version]", 2) %>
|
||||
<%= upload.major_version + 1 %>.0 <%= l(:option_version_major) %><br />
|
||||
</div>
|
||||
<p>
|
||||
<%= label_tag("commited_files[#{i}][workflow]", l(:label_workflow) + ":") %>
|
||||
<%= select_tag(
|
||||
"commited_files[#{i}][dmsf_workflow_id]",
|
||||
dmsf_workflows_for_select(@project, nil))%>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="splitcontentright clear">
|
||||
<p>
|
||||
|
||||
@ -27,11 +27,7 @@
|
||||
<p>
|
||||
<%= label_tag("", l(:label_version) + ":") %>
|
||||
<%= upload.major_version %>.<%= upload.minor_version %>
|
||||
</p>
|
||||
<p>
|
||||
<%= label_tag("", l(:label_workflow) + ":") %>
|
||||
<%= upload.workflow_str true %>
|
||||
</p>
|
||||
</p>
|
||||
</div>
|
||||
<div class="splitcontentright clear">
|
||||
<p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user