CoreBOSBB
Suggestion - Action menu - not showed when modules disabled - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: Suggestion - Action menu - not showed when modules disabled (/showthread.php?tid=2131)

Pages: 1 2


RE: Suggestion - Action menu - not showed when modules disabled - joebordes - 12-28-2022

you can access it as admin and see the record, the module is probably private. I attach an image

you can consult the escalation rules in the wiki: https://discussions.corebos.org/documentation/doku.php?id=en:adminmanual:businessactions

[attachment=1190]


RE: Suggestion - Action menu - not showed when modules disabled - inspectorflint - 12-29-2022

Joe, my corebos version it´s different, and with this data the action link don´t appear in the Detailview...

I try to do the same funcionality adding a special block to a module using templates. In this case, the logical code must be in the DetailView.php file, but in this file, can I obtain the id of the current register?

In global values I see $mod_strings, $app_strings, $currentModule, $current_user, $theme, $log.

What is the value of the current Id? Or in what way I can obtain it? Thanks!


RE: Suggestion - Action menu - not showed when modules disabled - joebordes - 12-29-2022

normally it is {$RECORD}, the documentation says you also have {$FIELDS->anyfield}, so probably {$FIELDS->accountid} (for example)


RE: Suggestion - Action menu - not showed when modules disabled - inspectorflint - 12-29-2022

Thanks, Joe. $record works. Can you send me the link of the documentation?

Regards and happy new year


RE: Suggestion - Action menu - not showed when modules disabled - joebordes - 12-30-2022

https://discussions.corebos.org/documentation/doku.php?id=en:devel:add_editdetail_block

Happy New Year!