Skip to content
Snippets Groups Projects
Commit b904ee1e authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Change end-date value correctly.

parent 8ed7697a
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
break; break;
case "end_date": case "end_date":
updatedElement = document.getElementById("end-date"); updatedElement = document.getElementById("end-date");
updatedElement.innerHTML = operation.value; updatedElement.value = operation.value;
M.updateTextFields(); M.updateTextFields();
break; break;
case "status": case "status":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment