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

Exporting a questionnaire with an image throws an error #159

Open
ywarnecke opened this issue Jan 23, 2025 · 0 comments · May be fixed by #168
Open

Exporting a questionnaire with an image throws an error #159

ywarnecke opened this issue Jan 23, 2025 · 0 comments · May be fixed by #168
Assignees
Labels
bug Something isn't working
Milestone

Comments

@ywarnecke
Copy link
Member

In the JSONHelper this line throws an

String imagePath = (configurationDao.getImageUploadPath() + "/question/" +jsonAnswerDTO.getImagePath());

Cannot invoke "de.imi.mopat.dao.ConfigurationDao.getImageUploadPath()" because "this.configurationDao" is null

Therefore it seems to be an issue with the autowiring configuration.

@ywarnecke ywarnecke added the bug Something isn't working label Jan 23, 2025
@ywarnecke ywarnecke added this to the MoPat v3.2.1 milestone Jan 23, 2025
@hussainsabir52 hussainsabir52 self-assigned this Jan 24, 2025
@hussainsabir52 hussainsabir52 linked a pull request Jan 27, 2025 that will close this issue
@hussainsabir52 hussainsabir52 linked a pull request Jan 27, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants