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

SAK-50610 conversations Integrate with gradebook #13064

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adrianfish
Copy link
Contributor

Copy link

@accesslint accesslint bot left a 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.

@adrianfish
Copy link
Contributor Author

Screenshot 2024-11-27 at 13 45 09 Screenshot 2024-11-27 at 13 45 02 Screenshot 2024-11-27 at 13 45 17 Screenshot 2024-11-27 at 13 47 08 Screenshot 2024-11-27 at 13 46 48 Screenshot 2024-11-27 at 13 46 34 Screenshot 2024-11-27 at 13 46 08 Screenshot 2024-11-27 at 13 45 51

try {
return conversationsService.saveTopic(topicBean, false);
} catch (Exception e) {
e.printStackTrace();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

log.error

Copy link
Contributor Author

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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

purposeful?

Copy link
Contributor Author

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.

@ottenhoff
Copy link
Contributor

wow awesome feature. thank you!

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