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

Fix to https://issues.openmrs.org/browse/ERR-652 #2

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

Conversation

cereblanco
Copy link

Hi @ravipatipushkar,

This is a fix to https://issues.openmrs.org/browse/ERR-652.

Basically, what this updated code does is, it saves the uploaded image
in "drawingObs[timestamp].png" instead of just "drawingObs.png".

This is because, in OpenMRS, if you upload a file
and the file has a similar filename in the server already,
the file will be stored in "drawingObs_[counter].png".
However, [counter] loops up to 100 only
(See getOutputFileToWrite method in Abstracthandler Class).
So if the counter is 100 already, any uploaded drawing image
will just overwrite the drawingObs_100.png.

I hope you consider this revision and merge it with the next release of drawing module.

Thanks!

[email protected]

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.

1 participant