Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
aoz-003
Commits
294b7eef
Commit
294b7eef
authored
Nov 20, 2018
by
Jiri Strojil
Browse files
Fixed #2
parent
a32d33bf
Pipeline
#31228
failed with stage
in 44 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/models/semester_process_volunteer.rb
View file @
294b7eef
...
...
@@ -40,7 +40,7 @@ class SemesterProcessVolunteer < ApplicationRecord
if
semester
joins
(
:semester_process
).
where
(
semester_process:
semester
)
.
joins
(
:semester_process_volunteer_missions
,
volunteer:
[
:contact
])
.
group
(
'semester_process_volunteers.id, contacts.last_name'
)
.
group
(
'semester_process_volunteers.id, contacts
_volunteers
.last_name'
)
else
index_joins
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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