mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
fix go back
This commit is contained in:
@@ -21,12 +21,26 @@ export class PublicationFolderService {
|
||||
publicationPipe = new PublicationPipe()
|
||||
getpublication = [];
|
||||
|
||||
gotoAction: string | false
|
||||
|
||||
|
||||
constructor(
|
||||
private storage: Storage,
|
||||
private publications: PublicationsService,
|
||||
) { }
|
||||
|
||||
clear() {
|
||||
this.publicationList = {};
|
||||
this.FolderDetails = {};
|
||||
|
||||
this.restoreFolder = {}
|
||||
|
||||
this.showLoader = true
|
||||
this.publicationPipe = new PublicationPipe()
|
||||
this.getpublication = [];
|
||||
|
||||
}
|
||||
|
||||
|
||||
createPublicationList(folderId) {
|
||||
if (!this.publicationList[folderId]) {
|
||||
|
||||
Reference in New Issue
Block a user