convertigo / c8osdk-angular-caf

CAF brings to Angular / Ionic 2+ the same functionalities that CTF (Convertigo Templating Framework) brings to JQuery. The goal is to add Convertigo back end support directly in to the Ionic HTML templates without having to program complex TypeScript.
http://www.convertigo.com
Apache License 2.0
2 stars 1 forks source link

Calling a requestable resulting on a Page Push because a NavigationRoute always pushes a new page even if we are already on the page. #1

Closed opicciotto closed 6 years ago

opicciotto commented 6 years ago

If we are already on a page, calling a requestable resulting in a PagePush of the same page, should not push the page because we are already on it.

There is a route.target.alwaysNewPage setting giving us the info on if we should push a new page or not, it is currently ignored.

As in current MB version, this flag is not handled, (always to false) then executing the requestable, should NOT result in a page Push.