Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Samuel Dudík
PA165 Winery Management System
Commits
ee726d2d
Commit
ee726d2d
authored
May 18, 2022
by
Jakub Balga
Browse files
title
parent
4187d534
Pipeline
#141128
passed with stages
in 2 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
winery/webapp/src/main/java/cz/muni/fi/pa165/winery/webapp/controllers/HarvestController.java
View file @
ee726d2d
...
@@ -54,6 +54,8 @@ public class HarvestController extends ControllerBase {
...
@@ -54,6 +54,8 @@ public class HarvestController extends ControllerBase {
viewModel
.
setHarvests
(
harvests
);
viewModel
.
setHarvests
(
harvests
);
viewModel
.
setGrapeNameLookup
(
grapeNames
);
viewModel
.
setGrapeNameLookup
(
grapeNames
);
viewModel
.
setTitle
(
"Harvests"
);
return
view
(
viewModel
);
return
view
(
viewModel
);
}
}
...
@@ -113,7 +115,6 @@ public class HarvestController extends ControllerBase {
...
@@ -113,7 +115,6 @@ public class HarvestController extends ControllerBase {
initializeViewModel
(
viewModel
);
initializeViewModel
(
viewModel
);
viewModel
.
setSuccess
(
true
);
viewModel
.
setSuccess
(
true
);
viewModel
.
setTitle
(
"Harvests"
);
return
view
(
viewModel
);
return
view
(
viewModel
);
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment