We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3073e commit 2d7d8e1Copy full SHA for 2d7d8e1
dossierfacile-bo/src/main/resources/templates/bo/fragments/user-api-form.html
@@ -2,7 +2,7 @@
2
<html xmlns:th="http://www.thymeleaf.org">
3
<body>
4
<div th:fragments="user-api-form">
5
- <form enctype="multipart/form-data" th:action="@{/bo/userApi/} + ${userApiDTO.getId() != null ? userApiDTO.getId() : ''}" th:method="post" th:object="${userApiDTO}">
+ <form enctype="multipart/form-data" th:action="@{/bo/userApi} + ${userApiDTO.getId() != null ? '/' + userApiDTO.getId() : ''}" th:method="post" th:object="${userApiDTO}">
6
<div class="row">
7
<div class="form-group col-md-6">
8
<img height="40px" alt="" th:src="*{logoUrl}" />
0 commit comments