Skip to content

Support for very long SQL queries in SQL panel #357

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

aflukasz
Copy link

In response to problem stated in #269.

By using remoteCall CSS class on the `a` tag in the panel template
it is possible to instruct DDT to load content of the HTTP request
into the new panel and put it on the front of the page.

This change allows to configure this call to be a POST request instead
of a GET, which may be desirable in case of long params.

Parameters that need to be sent should be rendered as tag
attributes of `a.remoteCall` prefixed with "data-", i.e.:

    <a class="remoteCall remoteCallPost" href="..." data-var="1">...</a>

will result in sending var=1 in the POST body.
@ebertti
Copy link

ebertti commented Feb 26, 2013

👍

@jezdez
Copy link
Contributor

jezdez commented Mar 2, 2013

As you can see I've just closed #347 since it very related to this pull request. Would you mind incorporating the changes made there to have a better fix?

@jezdez
Copy link
Contributor

jezdez commented Apr 23, 2013

Actually closing this in favor of #347.

@jezdez jezdez closed this Apr 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants