Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
glpi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
GLPI
glpi
Commits
576792ae
Commit
576792ae
authored
Sep 11, 2018
by
Cédric Anne
Committed by
Johan Cwiklinski
Sep 12, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix project task in modal context
parent
91ecc044
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
front/projecttask.form.php
front/projecttask.form.php
+2
-2
No files found.
front/projecttask.form.php
View file @
576792ae
...
...
@@ -83,8 +83,8 @@ if (isset($_POST["add"])) {
Html
::
back
();
}
else
if
(
isset
(
$_GET
[
'_in_modal'
]))
{
Html
::
popHeader
(
Budget
::
getTypeName
(
1
),
$_SERVER
[
'PHP_SELF'
]);
$
project
->
showForm
(
$_GET
[
"id"
],
[
'withtemplate'
=>
$_GET
[
"withtemplate"
]]);
Html
::
popHeader
(
ProjectTask
::
getTypeName
(
1
),
$_SERVER
[
'PHP_SELF'
]);
$
task
->
showForm
(
$_GET
[
"id"
],
[
'withtemplate'
=>
$_GET
[
"withtemplate"
]]);
Html
::
popFooter
();
}
else
{
...
...
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