From 46ffd8d95af931bd0d5d2e42bacaaad192db4a25 Mon Sep 17 00:00:00 2001 From: alexm Date: Tue, 27 Jun 2023 08:07:54 +0200 Subject: [PATCH 1/4] refs #5554 console.log --- back/methods/vn-user/renew-token.js | 2 ++ front/salix/components/layout/index.js | 1 + 2 files changed, 3 insertions(+) diff --git a/back/methods/vn-user/renew-token.js b/back/methods/vn-user/renew-token.js index 41470dfea7..fb99992bfd 100644 --- a/back/methods/vn-user/renew-token.js +++ b/back/methods/vn-user/renew-token.js @@ -27,6 +27,8 @@ module.exports = Self => { const accessTokenConfig = await models.AccessTokenConfig.findOne({fields: ['renewPeriod']}); + console.log(userId, created, now, differenceMilliseconds, differenceSeconds, accessTokenConfig.renewPeriod, differenceSeconds <= accessTokenConfig.renewPeriod); + if (differenceSeconds <= accessTokenConfig.renewPeriod) throw new UserError(`The renew period has not been exceeded`); diff --git a/front/salix/components/layout/index.js b/front/salix/components/layout/index.js index dc2313f4f2..008d31ab2a 100644 --- a/front/salix/components/layout/index.js +++ b/front/salix/components/layout/index.js @@ -49,6 +49,7 @@ export class Layout extends Component { const differenceMilliseconds = now - new Date(this.vnToken.created); const differenceSeconds = Math.floor(differenceMilliseconds / 1000); + console.log(this.vnToken.created, now, differenceMilliseconds, differenceSeconds, this.renewPeriod, differenceSeconds > this.renewPeriod); if (differenceSeconds > this.renewPeriod) { this.$http.post('VnUsers/renewToken') .then(json => { From 1cf5ff9a62114f3c3d269b867c13faa37a6a1d23 Mon Sep 17 00:00:00 2001 From: alexm Date: Tue, 27 Jun 2023 08:24:31 +0200 Subject: [PATCH 2/4] refs #5554 new Date() --- back/methods/vn-user/renew-token.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/methods/vn-user/renew-token.js b/back/methods/vn-user/renew-token.js index fb99992bfd..ee50d06d4f 100644 --- a/back/methods/vn-user/renew-token.js +++ b/back/methods/vn-user/renew-token.js @@ -22,7 +22,7 @@ module.exports = Self => { const tokenId = ctx.req.accessToken.id; const now = new Date(); - const differenceMilliseconds = now - created; + const differenceMilliseconds = now - new Date(created); const differenceSeconds = Math.floor(differenceMilliseconds / 1000); const accessTokenConfig = await models.AccessTokenConfig.findOne({fields: ['renewPeriod']}); From 8e5a6dbab3087b1e8028dee180d3a5712cb43318 Mon Sep 17 00:00:00 2001 From: carlossa Date: Tue, 27 Jun 2023 11:44:23 +0200 Subject: [PATCH 3/4] fix warn --- modules/travel/front/summary/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/travel/front/summary/index.html b/modules/travel/front/summary/index.html index 5d38ed08f2..d9dbb0f909 100644 --- a/modules/travel/front/summary/index.html +++ b/modules/travel/front/summary/index.html @@ -92,7 +92,7 @@ {{entry.supplierName}} - {{entry.ref}} + {{entry.reference}} {{entry.hb}} {{entry.freightValue | currency: 'EUR': 2}} {{entry.packageValue | currency: 'EUR': 2}} From f8a972c2f2219a2dcb1aaa8aa84170981253aa0e Mon Sep 17 00:00:00 2001 From: alexm Date: Tue, 27 Jun 2023 14:48:22 +0200 Subject: [PATCH 4/4] refs #5094 fix translation --- modules/ticket/front/index/index.html | 2 +- modules/ticket/front/index/locale/es.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ticket/front/index/index.html b/modules/ticket/front/index/index.html index d6e230ebe3..59b8e8953f 100644 --- a/modules/ticket/front/index/index.html +++ b/modules/ticket/front/index/index.html @@ -156,7 +156,7 @@ icon="install_mobile" ng-show="$ctrl.totalChecked > 0" ng-click="$ctrl.sendDocuware()" - vn-tooltip="Set as delivered and open delivery note(s)" + vn-tooltip="Set as delivered and send delivery note(s) to the tablet" tooltip-position="left">