parent
79024f7d92
commit
d0274f5bed
25 changed files with 1518 additions and 1058 deletions
|
|
@ -283,7 +283,13 @@ $path = array(
|
|||
// Operations tag remove
|
||||
'operation_tag_remove'=>"ajax_operation_tag",
|
||||
// Operations tag select
|
||||
'operation_tag_select'=>"ajax_operation_tag"
|
||||
'operation_tag_select'=>"ajax_operation_tag",
|
||||
// add or update forecast_item
|
||||
"forecast_item"=>"ajax_forecast_item",
|
||||
// add or update forecast_category
|
||||
"forecast_category"=>"ajax_forecast_category",
|
||||
// manage forecast
|
||||
"forecast"=>"ajax_forecast"
|
||||
) ;
|
||||
|
||||
if (array_key_exists($op, $path)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue