Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
18d8bf8a
Commit
18d8bf8a
authored
4 years ago
by
Guillaume Heurtier
Browse files
Options
Downloads
Patches
Plain Diff
FIX #15570 TIME 0:30 fix double creation date in folder print + MP workflow hide label if no docs
parent
f3f8e044
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/resource/controllers/SummarySheetController.php
+4
-0
4 additions, 0 deletions
src/app/resource/controllers/SummarySheetController.php
src/frontend/app/printedFolder/printed-folder-modal.component.html
+1
-1
1 addition, 1 deletion
...end/app/printedFolder/printed-folder-modal.component.html
with
5 additions
and
1 deletion
src/app/resource/controllers/SummarySheetController.php
+
4
−
0
View file @
18d8bf8a
...
...
@@ -815,6 +815,10 @@ class SummarySheetController
];
}
if
(
empty
(
$documents
))
{
continue
;
}
$pdf
->
SetY
(
$pdf
->
GetY
()
+
40
);
if
((
$pdf
->
GetY
()
+
37
)
>
$bottomHeight
)
{
$pdf
->
AddPage
();
...
...
This diff is collapsed.
Click to expand it.
src/frontend/app/printedFolder/printed-folder-modal.component.html
+
1
−
1
View file @
18d8bf8a
...
...
@@ -88,7 +88,7 @@
<div
color=
"primary"
[title]=
"element.creationDate | fullDate"
style=
"flex:1;justify-content: flex-end;display: flex;font-size: 80%;"
>
{{element.creationDate}}
{{element.creationDate | date : "dd/MM/y HH:mm"}}
{{element.creationDate | date : "dd/MM/y HH:mm"}}
</div>
</div>
</mat-list-option>
...
...
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