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
719ff577
Commit
719ff577
authored
4 years ago
by
Alex ORLUC
Browse files
Options
Downloads
Patches
Plain Diff
FEAT #13827 TIME 0:10 save indexing model id master
parent
942ee81e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/frontend/app/indexation/indexing-form/indexing-form.component.ts
+1
-0
1 addition, 0 deletions
...d/app/indexation/indexing-form/indexing-form.component.ts
with
1 addition
and
0 deletions
src/frontend/app/indexation/indexing-form/indexing-form.component.ts
+
1
−
0
View file @
719ff577
...
...
@@ -742,6 +742,7 @@ export class IndexingFormComponent implements OnInit {
this
.
http
.
get
(
`../rest/indexingModels/
${
indexModelId
}
`
).
pipe
(
tap
(
async
(
data
:
any
)
=>
{
this
.
indexingFormId
=
data
.
indexingModel
.
master
!==
null
?
data
.
indexingModel
.
master
:
data
.
indexingModel
.
id
;
this
.
currentCategory
=
data
.
indexingModel
.
category
;
let
fieldExist
:
boolean
;
if
(
data
.
indexingModel
.
fields
.
length
===
0
)
{
...
...
This diff is collapsed.
Click to expand it.
Alex ORLUC
@Alex
mentioned in commit
0006bcce
·
4 years ago
mentioned in commit
0006bcce
mentioned in commit 0006bcce68a84f1c7c42120157bdeade3e6eef7e
Toggle commit list
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