From ac392823df6d63c6d20fc2c58a413644fe14d248 Mon Sep 17 00:00:00 2001 From: Jan Faracik <43062514+janfaracik@users.noreply.github.com> Date: Thu, 22 May 2025 09:05:17 +0100 Subject: [PATCH] Restore view actions --- core/src/main/java/hudson/model/View.java | 11 +---------- .../main/resources/hudson/model/View/sidepanel.jelly | 1 + 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/core/src/main/java/hudson/model/View.java b/core/src/main/java/hudson/model/View.java index d1d607a0a1ea..e423152652f5 100644 --- a/core/src/main/java/hudson/model/View.java +++ b/core/src/main/java/hudson/model/View.java @@ -575,18 +575,9 @@ public SearchGroup getSearchGroup() { /** * Returns the transient {@link Action}s associated with the top page. - * - *
- * If views don't want to show top-level actions, this method
- * can be overridden to return different objects.
- *
- * @see Jenkins#getActions()
*/
public List