Closed LaurensRietveld closed 8 years ago
YASQE (also on yasgui.org) is currently broken at least for me, probably as a result of work on this. utils.getString isn't defined/doesn't work, resulting in the form submitting the query under the parameter undefined
. Downgrading my YASQE to 2.6.3 fixed the problem for me.
ouch, this commit shouldnt have been there. thanks for the warning. (fixed in newest YASQE/YASGUI versions)
Right now the query type (select or update) automatically changes the query parameter that is send via ajax. For
SELECT
queriesquery=
is used, whereUPDATE
queries useupdate=
. Allow the user to configure this