mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
save
This commit is contained in:
@@ -54,6 +54,7 @@ export class PublicationsPage implements OnInit {
|
||||
//publication: object;
|
||||
hideRefreshBtn = true;
|
||||
showSlidingOptions = true;
|
||||
idSelected: string;
|
||||
|
||||
constructor(
|
||||
private router: Router,
|
||||
@@ -213,6 +214,7 @@ export class PublicationsPage implements OnInit {
|
||||
|
||||
goToPublicationsList(folderId: string){
|
||||
this.folderId = folderId
|
||||
this.idSelected = folderId;
|
||||
|
||||
if( window.innerWidth <= 800){
|
||||
this.router.navigate(['/home/publications',folderId]);
|
||||
|
||||
Reference in New Issue
Block a user