cfgplugin : activate plugin with simple click not confirmation needed
This commit is contained in:
parent
372b83e104
commit
018b727c7c
5 changed files with 141 additions and 50 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue