Revize 93fff090
Přidáno uživatelem Vojtěch Danišík před téměř 5 roky(ů)
src/main/webapp/WEB-INF/templates/assembly.html | ||
---|---|---|
24 | 24 |
<main role="main"> |
25 | 25 |
|
26 | 26 |
<div class="container"> |
27 |
<input type=button onclick="history.back()" class="btn btn-success mb-2" value="Zpět">
|
|
27 |
<a href="/" class="btn btn-success mb-2">Zpět</a>
|
|
28 | 28 |
<h1> |
29 | 29 |
Sestava - Studenti - studijní programy |
30 | 30 |
</h1> |
Také k dispozici: Unified diff
re #7886 Adding + Editing parameters in assembly (only logic + pushing into database, which is not tested -> need JS implementation for adding new parameter).
Updated hibernate dialect from oracle 10 to oracle 12c.
Equals method comparing domain by id.