summaryrefslogtreecommitdiff
path: root/src/rz_core.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/rz_core.js')
-rw-r--r--src/rz_core.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rz_core.js b/src/rz_core.js
index 7684fe4a..1c6db8ee 100644
--- a/src/rz_core.js
+++ b/src/rz_core.js
@@ -715,7 +715,8 @@ function showNodeInfo(d, i) {
if (d.type === "deliverable") {
graph.editDates(d.id, null, new Date($("#editstartdate").val()), new Date($("#editenddate").val()));
}
- graph.editType(d.id,d.type,$('#edittype').val());
+ graph.editName(d.id, $('.info').find('#editformname').val());
+ graph.editType(d.id, d.type,$('#edittype').val());
graph.editURL(d.id, d.type, $('#editurl').val());
graph.editStatus(d.id, d.type, $('#editstatus').val());
update_view__graph(true);