Am Mittwoch, 23. August 2017 17:58:45 UTC+2 schrieb Anthony:
>
> This a bug -- I just submitted a pull request to fix it:
> https://github.com/web2py/web2py/pull/1746.
>
> For now, you can make that same change in your own web2py.js.
>
Thank you for providing the fix. I have adopted the changes
This a bug -- I just submitted a pull request to fix it:
https://github.com/web2py/web2py/pull/1746.
For now, you can make that same change in your own web2py.js.
Note, this is only an issue if (a) you have a form with multiple submit
buttons and (b) clicking one of the submit buttons returns a
Am Dienstag, 22. August 2017 21:00:18 UTC+2 schrieb Val K:
>
> It's unexpectedly, that the form is still alive after "getpdf", because
> the controller doesn't return any form (unless it's an ajax-request).
>
It might be a little bit unexpected, but it since also the web2py default
admin applica
It's unexpectedly, that the form is still alive after "getpdf", because the
controller doesn't return any form (unless it's an ajax-request).
I think, If you want to return a pdf that depends on some args/vars then
better to have the separated controller:
def pdfcontroller():
if request.args(0
4 matches
Mail list logo