Skip to content

Commit

Permalink
Merge pull request #53 from shikshalokam/SB-29018
Browse files Browse the repository at this point in the history
assigned to field remove
  • Loading branch information
aks30 authored Mar 4, 2022
2 parents 4d90e7a + 5fc384f commit 63cc43a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion views/improvementProjectTaskTemplate.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@
<% for (let i = 0; i< data.response.tasks.length; i++) { %>
<h3> Task </h3>
<p style="margin-bottom: 15px"> <%= data.response.tasks[i].name %></p>
<h4><b> Assinged To </b><span style="padding-left: 20px;"><%= data.response.tasks[i].assignee %></span> </h4>
<% let taskEndDate = "" %>
<% if(data.response.tasks[i].endDate) {%>
<% taskEndDate = new Date(data.response.tasks[i].endDate) %>
Expand Down
1 change: 0 additions & 1 deletion views/improvementProjectTemplate.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@
<% for (let i = 0; i< data.response.tasks.length; i++) { %>
<h3> Task </h3>
<p style="margin-bottom: 15px"> <%= data.response.tasks[i].name %></p>
<h4><b> Assinged To </b><span style="padding-left: 20px;"><%= data.response.tasks[i].assignee %></span> </h4>
<% let taskEndDate = "" %>
<% if(data.response.tasks[i].endDate) {%>
<% taskEndDate = new Date(data.response.tasks[i].endDate) %>
Expand Down

0 comments on commit 63cc43a

Please sign in to comment.