Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stud.IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan-Hendrik Willms
Stud.IP
Commits
af6c8a43
Commit
af6c8a43
authored
2 years ago
by
André Noack
Committed by
Moritz Strohm
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "Stud.IP 5.1: StandardSearch('Seminar_id') ist kaputt"
Closes #948
parent
3671ac1d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/classes/searchtypes/StandardSearch.class.php
+1
-1
1 addition, 1 deletion
lib/classes/searchtypes/StandardSearch.class.php
with
1 addition
and
1 deletion
lib/classes/searchtypes/StandardSearch.class.php
+
1
−
1
View file @
af6c8a43
...
...
@@ -114,7 +114,7 @@ class StandardSearch extends SQLSearch
return
"SELECT seminare.Seminar_id, CONCAT_WS(' ', seminare.VeranstaltungsNummer, seminare.Name, "
.
$semester
.
") "
.
"FROM seminare "
.
"LEFT JOIN semester_courses ON (semester_courses.course_id = seminare.Seminar_id) "
.
"LEFT JOIN `semester_data` sem1 ON
ON
(semester_courses.semester_id = sem1.semester_id) "
.
"LEFT JOIN `semester_data` sem1 ON (semester_courses.semester_id = sem1.semester_id) "
.
"LEFT JOIN seminar_user ON (seminar_user.Seminar_id = seminare.Seminar_id AND seminar_user.status = 'dozent') "
.
"LEFT JOIN auth_user_md5 ON (auth_user_md5.user_id = seminar_user.user_id) "
.
"WHERE (seminare.Name LIKE :input "
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment