From: Matthias Schmidt Date: Sun, 21 Mar 2021 13:49:29 +0000 (+0100) Subject: Deprecate `WCF.Action.*` classes X-Git-Tag: 5.4.0_Alpha_1~132^2~7 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d3d6f979ab6a4b58e8c9f471b6ff57781b7f50a2;p=GitHub%2FWoltLab%2FWCF.git Deprecate `WCF.Action.*` classes --- 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({ /**