-
-
Notifications
You must be signed in to change notification settings - Fork 941
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
SAK-50557 LTI exceptions thrown for some tools placed in users workspace #12941
base: master
Are you sure you want to change the base?
Conversation
log.debug("login_hint={}", login_hint); | ||
log.debug("encoded_login_hint={}", encoded_login_hint); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
log.debug("login_hint={}", login_hint); | |
log.debug("encoded_login_hint={}", encoded_login_hint); | |
log.debug("login_hint=[{}], encoded_login_hint=[{}]", login_hint, encoded_login_hint); |
log.debug("encoded_login_hint={}", encoded_login_hint); | ||
log.debug("login_hint={}", login_hint); | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hornersa you should combine these into a single log message and differentiate it from the similar debug statement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume the class and method called (and recorded in the log statement) would distinguish one pair from another.
@ern - Later this morning I intend to push a new commit to incorporate your suggested revisions. |
Jira: https://sakaiproject.atlassian.net/browse/SAK-50557
Refer to the screencast attached to the jira for details about the proposed fix.
Also, the proposed CSS change helps better align the tool title of a deployed external tool with the other tool titles in a given site's tool menu. (Currently the icon elements with class fa are two pixels too wide compared to icons with class si.)