I am upgrading to Xataface 3
In previous version I create some actions in actions.ini file and related class to create a PDF print button using mpdf.
In xataface 3 I see the action in list tab
but is missing in detail tab

Here the conf of actions.ini file
[stampa_soci_gruppi]
category=table_actions
condition="$query['-table'] == 'SOCI'"
icon="../dataface/images/printer.png"
description="Stampa lista elenco Soci"
url="{$app->url('-action=soci_list_report')}"
order=11
[stampa_testo_libero]
category=table_actions
condition="$query['-table'] == 'SOCI' || $query['-table'] == 'DEFUNTI'"
icon="../dataface/images/page_white_acrobat.png"
description="Stampa Libera testo in PDF"
url="{$app->url('-action=free_pdf_report')}"
order=12
Any suggestion?
Antonio