Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jean Carlo Rossa Hauck
dotProject
Commits
9ec5c9d3
Commit
9ec5c9d3
authored
5 years ago
by
Hillesheim
Browse files
Options
Download
Email Patches
Plain Diff
Iniciado tela do encerramento do projeto
parent
84d66ea9
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
modules/closure/addedit.php
+265
-377
modules/closure/addedit.php
modules/closure/do_closure_aed.php
+2
-2
modules/closure/do_closure_aed.php
modules/projects/view.php
+4
-0
modules/projects/view.php
with
271 additions
and
379 deletions
+271
-379
modules/closure/addedit.php
View file @
9ec5c9d3
This diff is collapsed.
Click to expand it.
modules/closure/do_closure_aed.php
View file @
9ec5c9d3
...
...
@@ -8,7 +8,6 @@ $msg = '';
if
(
!
$obj
->
bind
(
$_POST
))
{
$AppUI
->
setMsg
(
$obj
->
getError
(),
UI_MSG_ERROR
);
$AppUI
->
redirect
();
}
require_once
(
DP_BASE_DIR
.
'/classes/CustomFields.class.php'
);
...
...
@@ -41,6 +40,7 @@ if ($del) {
$AppUI
->
setMsg
(
$isNotNew
?
'Post Mortem updated'
:
'Post Mortem inserted'
,
UI_MSG_OK
);
}
$AppUI
->
redirect
();
//
$AppUI->redirect();
}
exit
();
?>
This diff is collapsed.
Click to expand it.
modules/projects/view.php
View file @
9ec5c9d3
...
...
@@ -344,6 +344,10 @@ $style = ((($actual_end_date > $end_date) && !empty($end_date)) ? 'style="color:
break
;
}
}
else
if
(
$tab
==
2
)
{
}
else
if
(
$tab
==
3
)
{
require_once
DP_BASE_DIR
.
'/modules/closure/addedit.php'
;
}
?>
</fieldset>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help