Christian Hartmann
Christian Hartmann
I'm also facing this problem on Oneplus Nord 3 5G. I initially rooted the phone with a dumped and patched boot.img and fastboot flash boot boot.img @osm0sis do you need...
As seen in the errors in the app and in the error logs on the server, it looks like that the app searches the file within the users personal files...
Hi @j0hannesr0th and thanks for your offer to contribute! For me, this sounds like a good idea. While you're at it, you could perhaps also implement #1101: Disabling would keep...
@j0hannesr0th I've talked to @susnux in the meantime. We both think that it makes sense to implement this the following way: - add a field to the forms table `state`...
> another section "Archived forms" below I like the way it is implemented in the link in the OP here :) > AppNavigationCaption Yes, we're using AppNavigationCaption without any additional...
@j0hannesr0th Please create a PR in this repository for your WIP, so that it's easier for us to see what you're doing. Also please don't mix any feature additions in...
Yes, I understand what you mean, but we want to have this the way we pointed out in the discussion above. Not everyone wants to have all "inactive" forms hidden....
@j0hannesr0th Ok, then thanks, but no, we want to have it the way we elaborated here in the discussion. So no backport needed from your fork.
@susnux could you have a look at this? If you can reproduce it, perhaps the fix can be integrated into your current PR regarding the form state...
I had a look at the FormsService.php... we currently always return `false` in `isSharedFormShown` as soon as the form has expired. I think we need to take `canSeeResults` into account...