Skip to content

Commit

Permalink
Fix ClassNotFoundException:org.openmrs.module.attachments.extension.h…
Browse files Browse the repository at this point in the history
…tml.AdminList
  • Loading branch information
dkayiwa committed May 8, 2024
1 parent aca4144 commit 90bdda6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions omod/src/main/resources/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@
<!-- Module Activator -->
<activator>${project.parent.groupId}.${project.parent.artifactId}.AttachmentsActivator</activator>


<!-- Adds link to admin page -->
<extension>
<point>org.openmrs.admin.list</point>
<class>${project.parent.groupId}.${project.parent.artifactId}.extension.html.AdminList</class>
</extension>

<!-- Internationalization -->
<!-- All message codes should start with ${project.parent.artifactId}. -->
<messages>
Expand Down

0 comments on commit 90bdda6

Please sign in to comment.