From d3d6f979ab6a4b58e8c9f471b6ff57781b7f50a2 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 21 Mar 2021 14:49:29 +0100 Subject: [PATCH] Deprecate `WCF.Action.*` classes --- wcfsetup/install/files/js/WCF.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index ade000776f..05a1c1fe6a 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -1708,6 +1708,8 @@ WCF.Action.SimpleProxy = Class.extend({ * @param string className * @param string containerSelector * @param string buttonSelector + * + * @deprecated 5.4 Use `WoltLabSuite/Core/Ui/Object/Action/Delete` instead */ WCF.Action.Delete = Class.extend({ /** @@ -1908,6 +1910,8 @@ if (COMPILER_TARGET_DEFAULT) { * element of the deleted element. * * @see WCF.Action.Delete + * + * @deprecated 5.4 Use `WoltLabSuite/Core/Ui/Object/Action/Delete` instead */ WCF.Action.NestedDelete = WCF.Action.Delete.extend({ /** @@ -1948,6 +1952,8 @@ if (COMPILER_TARGET_DEFAULT) { * @param string className * @param jQuery containerList * @param string buttonSelector + * + * @deprecated 5.4 Use `WoltLabSuite/Core/Ui/Object/Action/Toggle` instead */ WCF.Action.Toggle = Class.extend({ /** -- 2.20.1