From 9ac6b2cb56f82f548bbedb5760d0b3860c668bb5 Mon Sep 17 00:00:00 2001 From: Joan Date: Thu, 2 Aug 2018 11:21:49 +0200 Subject: [PATCH] fixed client quicklink --- client/client/src/descriptor/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client/src/descriptor/index.js b/client/client/src/descriptor/index.js index 8b7f019f7..85bf8b516 100644 --- a/client/client/src/descriptor/index.js +++ b/client/client/src/descriptor/index.js @@ -22,7 +22,7 @@ class Controller { btnOne: { icon: 'icon-ticket', state: 'ticket.index', - params: {q: `{"clientFk": 1}`}, + params: {q: `{"clientFk": ${value.id}}`}, tooltip: 'Client ticket list' } };