File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export default class WorkPackagesController {
7272 blockedBy,
7373 expectedActivities,
7474 deliverables,
75- projectLead ,
75+ projectLeadId ,
7676 projectManagerId
7777 } = req . body ;
7878
@@ -94,7 +94,7 @@ export default class WorkPackagesController {
9494 blockedBy ,
9595 expectedActivities ,
9696 deliverables ,
97- projectLead ,
97+ projectLeadId ,
9898 projectManagerId
9999 ) ;
100100 return res . status ( 200 ) . json ( { message : 'Work package updated successfully' } ) ;
Original file line number Diff line number Diff line change @@ -267,8 +267,8 @@ export default class WorkPackagesService {
267267 * @param blockedBy the new WBS elements to be completed before this WP
268268 * @param expectedActivities the new expected activities descriptions for this WP
269269 * @param deliverables the new expected deliverables descriptions for this WP
270- * @param projectLead the new lead for this work package
271- * @param projectManager the new manager for this work package
270+ * @param projectLeadId the new lead for this work package
271+ * @param projectManagerId the new manager for this work package
272272 */
273273 static async editWorkPackage (
274274 user : User ,
You can’t perform that action at this time.
0 commit comments