Problem Summary:
Attempting to archive files in Admin-->View MOH files produces a 404 error. See screenshots.
Expected Result:
Clicking the Archive button should archive the file.
Actual Result:
Clicking the Archive button produces a 404 error.
Steps to Reproduce:
(1) Upload a billing file through Admin-->Upload MOH files (test file attached)
(2) Go to Admin-->Upload MOH files
(3) Select the file that you uploaded
(4) Click the "Archive" button.
(5) A 404 page will appear.
Reproduced In:
12_1 Deb 362 (fresh install) + Ubuntu 12 LTS (fresh install)
Additional Information:
* catalina.out attached
* screenshots attached
* test file attached
Diff:
I reported this a long while ago. The cause of this issue is that the original feature commit had missing a moveMOHFile action class (org.oscarehr.billing.CA.ON.web.ArchiveMOHFileAction) that was to be mapped in strut_config.xml as:
<action input="/billing/CA/ON/viewMOHFiles.jsp" scope="request" path="/billing/CA/ON/moveMOHFiles" type="org.oscarehr.billing.CA.ON.web.ArchiveMOHFileAction">
<forward name="showInbox" path="/billing/CA/ON/viewMOHFiles.jsp">
</forward></action>
The old bug report: https://sourceforge.net/p/oscarmcmaster/bugs/2573/
https://source.oscartools.org:8080/#/c/10170/
Validated in 12_1 Deb 377...changing status to closed-fixed