no message
This commit is contained in:
parent
eec410cead
commit
bc2ca1764c
|
@ -109,7 +109,6 @@ export class DynamicFormComponent implements OnInit {
|
|||
}
|
||||
];
|
||||
|
||||
let sub = this.route.queryParams.subscribe(params => {
|
||||
|
||||
this.serverService.getDmp(this.datasetId).subscribe(
|
||||
response => {
|
||||
|
@ -134,7 +133,6 @@ export class DynamicFormComponent implements OnInit {
|
|||
this.visibilityRulesService.formGroup = this.form;
|
||||
let rules:Rule[] = new JsonSerializer<Rule>().fromJSONArray(TestModel.rules,Rule);
|
||||
this.visibilityRulesService.buildVisibilityRules(rules) */
|
||||
});
|
||||
}
|
||||
|
||||
submit(){
|
||||
|
|
Loading…
Reference in New Issue