Skip to content
Snippets Groups Projects
Commit 719ff577 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

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
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment