This commit is contained in:
Peter Maquiran
2023-06-10 15:58:45 +01:00
parent 2f6588c164
commit ffa1f34b4c
39 changed files with 128 additions and 281 deletions
@@ -19,7 +19,7 @@ import { SessionStore } from 'src/app/store/session.service';
import { HttpErrorHandle } from 'src/app/services/http-error-handle.service';
import { TaskService } from 'src/app/services/task.service'
import { ThemeService } from 'src/app/services/theme.service'
import { RouteService } from 'src/app/services/route.service';
@Component({
selector: 'app-pendentes',
templateUrl: './pendentes.page.html',
@@ -62,6 +62,7 @@ export class PendentesPage implements OnInit {
private httpErroHandle: HttpErrorHandle,
public TaskService: TaskService,
public ThemeService: ThemeService,
private RouteService: RouteService,
) {
this.loggeduser = SessionStore.user;
this.profile = 'mdgpr';
@@ -128,7 +129,7 @@ export class PendentesPage implements OnInit {
}
goBack() {
this.router.navigate(['/home/gabinete-digital']);
this.RouteService.goBack();
}
notImplemented() {