We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce:
Expected behaviour: According to https://www.imsglobal.org/spec/lti-dl/v2p0#deep-linking-settings data is not a required value, and the code should therefore check whether it is set or not and handle both situations.
The text was updated successfully, but these errors were encountered:
Hi,
Any update on this issue? I am testing this library in a laravel and facing this issue while using the output_response_form function.
Sorry, something went wrong.
I ended up doing a fork with these changes: matematikk-mooc@eb6a4fb
Merge pull request 1EdTech#63 from packbackbooks/podb-603-error-msg
731813c
PODB-603: Update error message for missing registration
No branches or pull requests
Steps to reproduce:
[2021-11-02 15:26:50] production.ERROR: Undefined index: data {"exception":"[object] (ErrorException(code: 0): Undefined index: data at /var/www/vendor/imsglobal/lti-1p3-tool/src/lti/LTI_Deep_Link.php:28)
Link to GitHUB: https://github.com/IMSGlobal/lti-1-3-php-library/blob/3a192de99f3783d76caea462b0d04db28569c123/src/lti/LTI_Deep_Link.php#L28
Expected behaviour:
According to https://www.imsglobal.org/spec/lti-dl/v2p0#deep-linking-settings data is not
a required value, and the code should therefore check whether it is set or not and handle both situations.
The text was updated successfully, but these errors were encountered: