matiasrebori
matiasrebori
@zzzeek @CaselIT i developed a naive solution of icontains, but im traying to understand how sqlalchemy works in order to make a correct solution, im unsing ilike as example, as...
thanks, this helps a lot, with this i will be able to develop a solution.
> You can use, > > `window.open(pdf.output("bloburl"));` instead of ` doc.output('dataurlnewwindow');` > > That should probably fix it. this worked for me, i had to suppress the warning in angular...
i have the same problem but `autologin: true` doesnt work, whenever i reload the page or open a new tab, the guard kicks me to the login page authService ```typescript...
> @matiasrebori found any solution for this...? @Deepakds007b i changed the loggedIn variable that tracks the logged state to a localstorage "variable", when the user logs in for the first...