update
This commit is contained in:
parent
468f0b304f
commit
ce39e89cce
1 changed files with 2 additions and 0 deletions
|
|
@ -2678,6 +2678,7 @@ export class DevelopmentController extends Controller {
|
|||
startDate: x.dateStart,
|
||||
endDate: x.dateEnd,
|
||||
isDate: true,
|
||||
isEntry: false,
|
||||
developmentId: id,
|
||||
})
|
||||
.then((x) => {
|
||||
|
|
@ -2701,6 +2702,7 @@ export class DevelopmentController extends Controller {
|
|||
startDate: x.dateStart,
|
||||
endDate: x.dateEnd,
|
||||
isDate: true,
|
||||
isEntry: false,
|
||||
developmentId: id,
|
||||
})
|
||||
.then((x) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue