From a7ec4f8d3daadbb84df7034d90e0569692ea5ba0 Mon Sep 17 00:00:00 2001 From: Jonathan Niles Date: Thu, 17 Sep 2020 20:10:14 +0100 Subject: [PATCH] fix(accounts): references proper use of $state Corrects for the old method of using $stateParams to using the new $transition$.params('to'). It also corrects the onEnter() state definitions for the account_reference module. --- .../account_reference.modal.html | 6 ++--- .../account_reference.modal.js | 25 ++++++++++--------- .../account_reference.routes.js | 14 +++++------ .../account_reference/search.modal.html | 2 +- 4 files changed, 23 insertions(+), 24 deletions(-) diff --git a/client/src/modules/account_reference/account_reference.modal.html b/client/src/modules/account_reference/account_reference.modal.html index 6aca24ccae..05c178bc03 100644 --- a/client/src/modules/account_reference/account_reference.modal.html +++ b/client/src/modules/account_reference/account_reference.modal.html @@ -3,11 +3,11 @@
  1. TREE.ACCOUNT_REFERENCE_MANAGEMENT
  2. -
  3. +
  4. ACCOUNT.REFERENCE.ADD_REFERENCE
  5. -
  6. +
  7. ACCOUNT.REFERENCE.UPDATE_REFERENCE
  8. @@ -129,7 +129,7 @@ - +