Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarch
MaarchCourrier
Commits
dbac8c9f
Commit
dbac8c9f
authored
Oct 12, 2021
by
Hamza HRAMCHI
Browse files
FIX #18393 TIME 0 uncomment functions
parent
144db220
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontend/app/indexation/indexing-form/indexing-form.component.ts
View file @
dbac8c9f
...
...
@@ -284,7 +284,7 @@ export class IndexingFormComponent implements OnInit {
if
(
this
.
indexingFormId
<=
0
||
this
.
indexingFormId
===
undefined
)
{
await
this
.
initFields
();
//
await this.initCustomFields();
await
this
.
initCustomFields
();
this
.
initElemForm
();
}
else
{
...
...
@@ -897,7 +897,7 @@ export class IndexingFormComponent implements OnInit {
});
if
(
this
.
availableCustomFieldsClone
===
null
)
{
//
await this.initCustomFields();
await
this
.
initCustomFields
();
}
else
{
this
.
availableCustomFields
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
availableCustomFieldsClone
));
}
...
...
Write
Preview
Supports
Markdown
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