Ash policies breakdown not showing help_text
I have this policy (check if the role theyre trying to change the user into is super_admin and if theyre not a super_admin themselves block them)
it fails with this error
and this is my dev.exs relevant config
Why am I not seing the helper text? Also why can't I access the roles args? or why is my policy not evaluated? This is on a normal liveview, the user IS super_admin, and I have commented out all other policies, (except the AshAuthentication) so I am not sure why its returning forbidden, the user I am trying to modify as a test is myself, also, according to docs I should use
it fails with this error
and this is my dev.exs relevant config
Why am I not seing the helper text? Also why can't I access the roles args? or why is my policy not evaluated? This is on a normal liveview, the user IS super_admin, and I have commented out all other policies, (except the AshAuthentication) so I am not sure why its returning forbidden, the user I am trying to modify as a test is myself, also, according to docs I should use
^arg() but whenever I try that I get that its not defined, am I missing an import? aside from the config like this in the ash.Resource 