Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kontaktverfolgung
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
studip-plugins-oeffentlich
Kontaktverfolgung
Commits
32cb4c15
Commit
32cb4c15
authored
3 years ago
by
Thomas Hackl
Browse files
Options
Downloads
Patches
Plain Diff
wrong parameter name in export
parent
ff329211
No related branches found
Branches containing commit
Tags
v1.7.4
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
controllers/tracersearch.php
+1
-1
1 addition, 1 deletion
controllers/tracersearch.php
plugin.manifest
+1
-1
1 addition, 1 deletion
plugin.manifest
with
2 additions
and
2 deletions
controllers/tracersearch.php
+
1
−
1
View file @
32cb4c15
...
...
@@ -244,7 +244,7 @@ class TracersearchController extends AuthenticatedController
"SELECT a.`Nachname`, a.`Vorname`, a.`username`, IFNULL(c.`contact`, a.`Email`)
FROM `auth_user_md5` a
LEFT JOIN `contact_tracing_contact_data` c ON (c.`user_id` = a.`user_id`)
WHERE a.`username` IN (:user
name
s)
WHERE a.`username` IN (:users)
ORDER BY a.`Nachname`, a.`Vorname`, a.`username`"
,
[
'users'
=>
array_map
(
'trim'
,
preg_split
(
'/\n|,/'
,
Request
::
get
(
'users'
)))]
);
...
...
This diff is collapsed.
Click to expand it.
plugin.manifest
+
1
−
1
View file @
32cb4c15
pluginname=Kontaktverfolgung
pluginclassname=ContactTracer
origin=upa
version=1.7.
3
version=1.7.
4
description=Trace contacts and personal presence via Stud.IP
studipMinVersion=4.2
studipMaxVersion=5.0.99
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