Skip to content
Snippets Groups Projects

Resolve "submitForm is not defined in change role"

3 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline

Files

@@ -42,7 +42,7 @@
type="button"
class="button p-less"
th:text="#{person.change_role}"
th:onclick="|submitForm('change-role-${role.person.id}')|"></button>
th:onclick="|document.getElementById('change-role-${role.person.id}').submit();|"></button>
</div>
</div>
</dialog>
Loading