Skip to content

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

Open
cereblanco wants to merge 1 commit intoravipatipushkar:masterfrom
cereblanco:drawing-ERR-652
Open

Fix to https://issues.openmrs.org/browse/ERR-652#2
cereblanco wants to merge 1 commit intoravipatipushkar:masterfrom
cereblanco:drawing-ERR-652

Conversation

@cereblanco
Copy link
Copy Markdown

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!

Cereblanco@gmail.com

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