|
|
@@ -83,6 +83,8 @@ export class NotificationDialogComponent implements OnInit {
|
|
|
if (!this.hasError) {
|
|
|
let notificationActionsArr: NotificationAction[] = JSON.parse(
|
|
|
notification.response.ACCIONES
|
|
|
+ ).filter((action: any) =>
|
|
|
+ action.BOTON && action.FUNCION && action.PARAMETROS
|
|
|
);
|
|
|
|
|
|
notification.response.ACCIONES_ARR = notificationActionsArr;
|