$getAction() and visibility

When using ->registerActions() on a Form or Infolist component, it seems that visible() and hidden() no longer apply when you use
{{ $getAction('setMaximum') }}
{{ $getAction('setMaximum') }}
to place the action. That causes a log of headaches. No way for that to be respected?
3 Replies
awcodes
awcodes3mo ago
I do think it’s odd though. I would expect the rendering to handle hidden / visible out of the box.
Mark Chaney
Mark Chaney3mo ago
The lengths I am having to go just to get pest tests to work with infolist actions is crazy. lol 😛