Skip to content
Commit 958f0892 authored by Oliver Gondža's avatar Oliver Gondža
Browse files

Do not follow href after sending POST via l:task

Simple `<l:task post="true" href="someurl"/>` triggers post request as expected
but then proceeds to href as normal link to. If the URL accepts GET then request
is sent twice it if does not after POSTing on background user get
'POST is required' error.

(cherry picked from commit baa19249)
parent acf716af
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment