• 
      

    Fix should_render calculation for many of the accounts actions.

    Review Request #13161 — Created July 27, 2023 and submitted — Latest diff uploaded

    Information

    Review Board
    release-6.x

    Reviewers

    Several accounts actions were overriding should_render but not calling
    the parent implementation. This was preventing HideActionHook from
    being able to work with them. This change adjusts the implementations to
    always call the parent.

    Verified that these could be hidden with HideActionHook.

    Commits

    Files