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
69a560d4
Commit
69a560d4
authored
Nov 26, 2021
by
Hamza HRAMCHI
Browse files
FIX #18721 TIME 0:05 set priority color
parent
e90dce27
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/frontend/app/indexation/indexing-form/indexing-form.component.ts
View file @
69a560d4
...
...
@@ -806,7 +806,7 @@ export class IndexingFormComponent implements OnInit {
}
if
(
elem
.
identifier
===
'
priority
'
)
{
this
.
setPriorityColor
(
null
,
fieldValue
);
this
.
setPriorityColor
(
null
,
elem
.
default_value
!==
null
?
elem
.
default_value
:
fieldValue
);
}
else
if
(
elem
.
identifier
===
'
processLimitDate
'
&&
!
this
.
functions
.
empty
(
fieldValue
))
{
elem
.
startDate
=
''
;
}
else
if
(
elem
.
identifier
===
'
destination
'
)
{
...
...
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