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
31e01d0f
Commit
31e01d0f
authored
2 years ago
by
Hamza HRAMCHI
Browse files
Options
Downloads
Patches
Plain Diff
FIX #20786 TIME 0:02 rm console.log
parent
884b05f0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/frontend/app/administration/attachment/attachment-type-administration.component.ts
+0
-4
0 additions, 4 deletions
...on/attachment/attachment-type-administration.component.ts
with
0 additions
and
4 deletions
src/frontend/app/administration/attachment/attachment-type-administration.component.ts
+
0
−
4
View file @
31e01d0f
...
...
@@ -51,8 +51,6 @@ export class AttachmentTypeAdministrationComponent implements OnInit {
this
.
adminFormGroup
=
this
.
_formBuilder
.
group
(
this
.
attachmentType
);
this
.
loading
=
true
;
console
.
log
(
typeof
this
.
attachmentType
[
'
signable
'
].
value
);
this
.
route
.
params
.
subscribe
(
async
(
params
)
=>
{
this
.
id
=
params
[
'
id
'
];
if
(
typeof
params
[
'
id
'
]
===
'
undefined
'
)
{
...
...
@@ -102,8 +100,6 @@ export class AttachmentTypeAdministrationComponent implements OnInit {
Object
.
keys
(
this
.
attachmentType
).
forEach
(
element
=>
{
formattedTag
[
element
]
=
this
.
attachmentType
[
element
].
value
;
});
console
.
log
(
formattedTag
);
return
formattedTag
;
}
...
...
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