mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Merge branch 'developer' of https://bitbucket.org/equilibriumito/gabinete-digital into developer
This commit is contained in:
@@ -53,6 +53,10 @@ export class EditActionPage implements OnInit {
|
|||||||
getPublicationDetail() {
|
getPublicationDetail() {
|
||||||
this.publicationsService.GetPresidentialAction(this.folderId).subscribe( res => {
|
this.publicationsService.GetPresidentialAction(this.folderId).subscribe( res => {
|
||||||
this.folder = res;
|
this.folder = res;
|
||||||
|
|
||||||
|
this.dateControlStart = new FormControl(moment(new Date(this.folder.DateBegin)));
|
||||||
|
this.dateControlEnd = new FormControl(moment(new Date(this.folder.DateEnd)));
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user