Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OSKA
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Uni Osnabrück
Plugins
OSKA
Commits
75ba1ce1
Commit
75ba1ce1
authored
Oct 14, 2022
by
Manuel Schwarz
Browse files
Options
Downloads
Patches
Plain Diff
Fix delete_match for the admin/index view.
parent
65bcf19e
No related branches found
No related tags found
1 merge request
!3
Fix delete_match for the admin/index view.
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
plugin.manifest
+1
-1
1 addition, 1 deletion
plugin.manifest
views/admin/index.php
+1
-4
1 addition, 4 deletions
views/admin/index.php
with
2 additions
and
5 deletions
plugin.manifest
+
1
−
1
View file @
75ba1ce1
pluginclassname=OSKA
pluginclassname=OSKA
pluginname=OSKA
pluginname=OSKA
origin=virtUOS
origin=virtUOS
version=1.1.
8
version=1.1.
9
studipMinVersion=4.0
studipMinVersion=4.0
studipMaxVersion=5.2.99
studipMaxVersion=5.2.99
category=Kommunikation und Zusammenarbeit
category=Kommunikation und Zusammenarbeit
...
...
This diff is collapsed.
Click to expand it.
views/admin/index.php
+
1
−
4
View file @
75ba1ce1
...
@@ -87,10 +87,7 @@
...
@@ -87,10 +87,7 @@
[
'data-dialog'
=>
''
]
[
'data-dialog'
=>
''
]
)
?>
)
?>
<?
$actionMenu
->
addLink
(
<?
$actionMenu
->
addLink
(
$controller
->
url_for
(
'admin/delete_match'
,[
$controller
->
url_for
(
"admin/delete_match/
{
$issue
[
'mentee'
]
->
user_id
}
/
{
$issue
[
'mentor'
]
->
user_id
}
"
),
'mentee_id'
=>
$issue
[
'mentee'
]
->
user_id
,
'mentor_id'
=>
$issue
[
'mentor'
]
->
user_id
]),
_
(
'Match auflösen'
),
_
(
'Match auflösen'
),
Icon
::
create
(
'decline'
,
'clickable'
,
[
'title'
=>
_
(
'Match auflösen'
)])
Icon
::
create
(
'decline'
,
'clickable'
,
[
'title'
=>
_
(
'Match auflösen'
)])
);
);
...
...
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