cfgplugin : activate plugin with simple click not confirmation needed

This commit is contained in:
sparkyx 2024-08-09 14:02:03 +02:00
parent 372b83e104
commit 018b727c7c
5 changed files with 141 additions and 50 deletions

View file

@ -352,6 +352,8 @@ $path = array(
"tax_detail"=>"ajax_tax_detail"
// card category definition : from CCARD
,"category_card_definition"=>"ajax_category_card_definition"
// activate plugin for a profile
,'activate_plugin'=>'ajax_activate_plugin'
) ;
if (array_key_exists($op, $path)) {