From b40423fc2db66e8fb42c73821b917546f2847bbd Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 7 May 2024 20:44:26 -0500 Subject: [PATCH] Fix "view receiving row" page, per oruga all the buttons and tools *should* work correctly for Vue 2 and 3 now --- tailbone/templates/receiving/view_row.mako | 147 ++++++++++-------- .../templates/themes/butterball/base.mako | 24 +++ .../themes/butterball/field-components.mako | 83 ++++++++++ 3 files changed, 190 insertions(+), 64 deletions(-) diff --git a/tailbone/templates/receiving/view_row.mako b/tailbone/templates/receiving/view_row.mako index efc1883a..5077539c 100644 --- a/tailbone/templates/receiving/view_row.mako +++ b/tailbone/templates/receiving/view_row.mako @@ -161,8 +161,13 @@ - + <${b}-modal has-modal-card + % if request.use_oruga: + v-model:active="accountForProductShowDialog" + % else: + :active.sync="accountForProductShowDialog" + % endif + >