Thanks again @Michaelpalacce!
No problem... Feels like I just slowed you guys down more than anything lol
@dpschen yes it was decided that this will be done only for list view for now.
Also I also don't have access to your branch ( can't even see it. ) If you want I can give you access to mine so…
Something went wrong in 5808a8980b002f898ee4504f37a8491419268424. Seems like all files were formatted.
Oh wow.. I'll ammend this as soon as possible
It looks like this breaks the test. Please take a look.
I don't really know much of cypress, to fix it. Seems like something basic but I cannot tell exactly what the issue is
Sure but this would break the behavior since I need forceLoading ( the 4th parameter to be set ). undefined means take the default, it was my bad for passing undefined for page but otherwise it…
Do you mean something like this:
reloadTasksWithCurrentFilterAndSorting(){
this.loadTasks(1, DEFAULT_PARAMS.s, DEFAULT_PARAMS, true)
},
Where DEFAULT PARAMS are:
// FIXME:…
Default parameters will overwrite the current filtering,searching etc, no?
Idea here is to preserve it
Just deployed the latest version. Turns out I was using 0.17 after all...
Issue is resolved on v.0.18
Closing.
There is a chance that it does. I had troubles getting the frontend to work to test this tho.