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
15a0fbe5
Commit
15a0fbe5
authored
May 18, 2022
by
Jakub Balga
Browse files
Titles
parent
ef752cef
Pipeline
#141105
passed with stages
in 3 minutes and 44 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
winery/webapp/src/main/java/cz/muni/fi/pa165/winery/webapp/controllers/GrapeController.java
View file @
15a0fbe5
...
...
@@ -33,6 +33,7 @@ public class GrapeController extends ControllerBase {
initializeViewModel
(
viewModel
);
viewModel
.
setGrapes
(
grapes
);
viewModel
.
setTitle
(
"Grapes"
);
return
view
(
viewModel
);
}
...
...
winery/webapp/src/main/java/cz/muni/fi/pa165/winery/webapp/controllers/UserController.java
View file @
15a0fbe5
...
...
@@ -41,6 +41,7 @@ public class UserController extends ControllerBase {
initializeViewModel
(
viewModel
);
viewModel
.
setUsers
(
users
);
viewModel
.
setTitle
(
"Users"
);
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