Actions
Refactor #14566
closedReplace show_console_action with a simple if statement
Difficulty:
trivial
Triaged:
Pull request:
Description
The show_console_action in the CR helper is simply checks a condition and displays the link if the condition is met.
This causes the link to be generated in any case so it can be passed into the function, instead of just checking the condition.
When fixing this, need to check if any CR plugin uses this helper.
Actions