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 c505b03 commit 3c7120cCopy full SHA for 3c7120c
src/main/webapp/WEB-INF/views/series/import/info.html
@@ -114,7 +114,7 @@ <h3 th:text="#{t_gathered_data}">
114
<div class="table-responsive">
115
<table class="table">
116
117
- <tr th:classappend="${#fields.hasErrors('category') ? 'has-error' : ''}">
+ <tr th:if="${not disabled or importSeriesForm.category != null}" th:classappend="${#fields.hasErrors('category') ? 'has-error' : ''}">
118
<th>
119
<label for="category" class="control-label" th:text="#{t_category}">
120
Category
0 commit comments