home · contact · privacy
Also allow creation of new Processes as owner of current Process, with respective...
[plomtask] / templates / process.html
index 8239dc27ef41104dd1ab701a3ca2556c31c7753e..1be3daf344d1621ff58990ed5fc38a81d0b723b6 100644 (file)
@@ -92,7 +92,7 @@ add sub-step: <input name="new_step_to_{{step_id}}" list="process_candidates" au
 {{ step_with_steps(step_id, step_node, 0) }}
 {% endfor %}
 </table>
-add: <input name="new_top_step" list="process_candidates" autocomplete="off" />
+add: <input name="new_top_step" list="process_candidates" autocomplete="off" value="{{preset_top_step or ''}}" />
 </td>
 </tr>