From 470a5fc5de76ba232de2f3a93ba256230ba99eff Mon Sep 17 00:00:00 2001 From: tianshujie Date: Mon, 25 Mar 2024 09:35:10 +0800 Subject: [PATCH] * Fix bug #47192. --- module/productplan/js/view.ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/productplan/js/view.ui.js b/module/productplan/js/view.ui.js index f6e8053b53..edc5b9ea5a 100644 --- a/module/productplan/js/view.ui.js +++ b/module/productplan/js/view.ui.js @@ -68,7 +68,7 @@ $(document).off('click', '.batch-btn > a, .batch-btn').on('click', '.batch-btn > } }); -$(document).off('click', 'linkObjectBtn').on('click', '.linkObjectBtn', function() +$(document).off('click', '.linkObjectBtn').on('click', '.linkObjectBtn', function() { const $this = $(this); const type = $this.data('type');