Revert temporary change on surveys
This commit is contained in:
parent
1d06b6d84a
commit
55482cab09
|
@ -317,11 +317,7 @@ export class EncuestaComponent implements OnInit, AfterViewInit {
|
|||
if (encuesta.id !== undefined) {
|
||||
this.subscribeToSaveResponse(this.encuestaService.update(encuesta));
|
||||
} else {
|
||||
// TMP CREATE SURVEY FROM TEMPLATE
|
||||
const templateId: Number = 20;
|
||||
|
||||
// this.subscribeToSaveResponse(this.encuestaService.create(encuesta));
|
||||
this.subscribeToSaveResponse(this.encuestaService.createFromTemplate(encuesta, templateId));
|
||||
this.subscribeToSaveResponse(this.encuestaService.create(encuesta));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue