Revize 74eac55b
Přidáno uživatelem Jan Čarnogurský před téměř 5 roky(ů)
src/main/java/vldc/aswi/web/controller/AssemblyController.java | ||
---|---|---|
156 | 156 |
* @return ModelAndView for assembly. |
157 | 157 |
*/ |
158 | 158 |
@PostMapping("/assembly") |
159 |
public ModelAndView assemblyPost(Assembly assembly,
|
|
159 |
public ModelAndView assemblyPost(Configuration configuration,
|
|
160 | 160 |
BindingResult bindingResult, |
161 | 161 |
RedirectAttributes atts, |
162 | 162 |
@RequestParam("assemblyID") String id, |
Také k dispozici: Unified diff
re #8115 - change function parameter