mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
change base64 to file chunk
This commit is contained in:
@@ -315,7 +315,7 @@ export class ViewPublicationsPage implements OnInit {
|
||||
|
||||
async AddPublication(publicationType: any, folderId: any) {
|
||||
|
||||
// if(this.PublicationHolderService.PublicationFormMV.length == 0) {
|
||||
if(this.PublicationHolderService.PublicationFormMV.length == 0) {
|
||||
const modal = await this.modalController.create({
|
||||
component: NewPublicationPage,
|
||||
componentProps: {
|
||||
@@ -330,9 +330,9 @@ export class ViewPublicationsPage implements OnInit {
|
||||
this.doRefresh(event);
|
||||
});
|
||||
await modal.present();
|
||||
//} else {
|
||||
// this.toastService._successMessage('já existe uma publicação a ser processado');
|
||||
//}
|
||||
} else {
|
||||
this.toastService._successMessage('já existe uma publicação a ser processado');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user