Skip to content

Commit

Permalink
Merge pull request #6234 from BartChris/missing_js_dependency
Browse files Browse the repository at this point in the history
Include necessary Javascript dependency in processFromTemplate page
  • Loading branch information
solth authored Oct 4, 2024
2 parents 3a577cc + c8a3f41 commit cc27db3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Kitodo/src/main/webapp/pages/processFromTemplate.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,9 @@
<p:menuitem value="#{msgs.createNewProcessFromTemplate}" rendered="#{empty ProcessForm.process.title}" icon="fa fa-clipboard"/>
</ui:define>

<ui:define name="page-scripts">
<h:outputScript name="js/defaultScript.js" target="body"/>
<h:outputScript name="js/metadata_editor.js" target="body"/>
</ui:define>

</ui:composition>

0 comments on commit cc27db3

Please sign in to comment.