Fix should_render calculation for many of the accounts actions.

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

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.

Summary ID
Fix should_render calculation for many of the accounts actions.
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. Testing Done: Verified that these could be hidden with HideActionHook.
e4c61bd1fed17db916c0e02cc7047bef030fe23b
david
maubin
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-6.x (d298e7d)
Loading...