Bugs and Features item #3582462, was opened at 2012-11-01 07:48
Message generated for change (Comment added) made by jakubvrana
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1127745&aid=3582462&group_id=264133
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Common
Group: 3.6.1
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: karel barel (karel-barel)
Assigned to: Jakub Vrána (jakubvrana)
Summary: Removing import box breaks form submitting
Initial Comment:
When I hide import box using
<code>
function selectImportPrint()
{
return false;
}
</code>
as described here: http://www.adminer.org/en/extension/
I get "Invalid CSRF token. Send the form again." error on every form submit.
----------------------------------------------------------------------
Comment By: Jakub Vrána (jakubvrana)
Date: 2012-12-01 12:14
Message:
Thank you for the report, I've fixed it in Git. You can download the
"Current development version" from http://www.adminer.org/#download
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1127745&aid=3582462&group_id=264133
|