-
-
Notifications
You must be signed in to change notification settings - Fork 945
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-50610 conversations Integrate with gradebook #13064
base: master
Are you sure you want to change the base?
Conversation
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.
There are accessibility issues in these changes.
webcomponents/tool/src/main/frontend/packages/sakai-editor/src/SakaiEditor.js
Show resolved
Hide resolved
try { | ||
return conversationsService.saveTopic(topicBean, false); | ||
} catch (Exception e) { | ||
e.printStackTrace(); |
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.error
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.
It's just a unit test. I usually use printStackTrace if it is not an expected exception.
@@ -55,7 +55,7 @@ | |||
"eslint-plugin-html": "^8.1.2", | |||
"eslint-plugin-lit": "^1.15.0", | |||
"eslint-plugin-wc": "^2.2.0", | |||
"fetch-mock": "^12.0.2", | |||
"fetch-mock": "^9.11.0", |
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.
purposeful?
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.
Yes it was on purpose. The tests are broken because the latest fetch mock needs to be imported in a different fashion. Serious breaking changes between 9 and 12.
wow awesome feature. thank you! |
https://sakaiproject.atlassian.net/browse/SAK-50610