Skip to content
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

[Stable10] AppFramework do not get default response #508

Merged
merged 1 commit into from
Jul 25, 2016

Commits on Jul 21, 2016

  1. AppFramework do not get default response

    The OCSResponse differs from other responses in that it defaults to
    XML. However we fell back to json by default.
    
    This makes sure that if nothing is set we don't pass anything.
    Which defaults then to the controllers default (which is often 'json')
    but in the case of the OCSResponse 'xml'.
    rullzer committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    2abd832 View commit details
    Browse the repository at this point in the history