From c6dfd33ffd3490d0ecb7a1607f8d9f824524a490 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 5 Dec 2023 14:52:11 +0800 Subject: [PATCH] * Fix bug #41070. --- module/program/ui/product.html.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/module/program/ui/product.html.php b/module/program/ui/product.html.php index 0c487cd991..44d7e00a77 100644 --- a/module/program/ui/product.html.php +++ b/module/program/ui/product.html.php @@ -23,10 +23,11 @@ toolbar ( item(set (array( - 'text' => $lang->product->create, - 'icon' => 'plus', - 'class'=> 'btn primary', - 'url' => $this->createLink('product', 'create', "programID={$programID}") + 'text' => $lang->product->create, + 'icon' => 'plus', + 'class' => 'btn primary', + 'data-app' => 'product', + 'url' => $this->createLink('product', 'create', "programID={$programID}") ))) );