Projekt

Obecné

Profil

« Předchozí | Další » 

Revize ea163a4c

Přidáno uživatelem Michal Linha před více než 4 roky(ů)

changed parameter fetch type in assembly to LAZY, added comments, added table name check, changed in assembly template to always load table name

Zobrazit rozdíly:

src/main/webapp/WEB-INF/templates/assembly.html
27 27
                    <div class="col-md-12 form-group row">
28 28
                        <label th:for="${tableName}" class="name-input-label">Titulek tabulky:</label>
29 29
                        <input type="text" class="form-control name-input" th:field="*{tableName}"
30
                               th:value="${configuration?.tableName}">
30
                               th:value="${configuration.tableName}">
31 31
                    </div>
32 32
                    <span>Parametry:</span>
33 33
                    <div class="col-md-9">

Také k dispozici: Unified diff