From: Tim Düsterhus Date: Mon, 13 Feb 2023 15:36:48 +0000 (+0100) Subject: Add note that interfacing with DBO actions via AJAX is soft-deprecated X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9abd42acb4d30614de1184c6ab0545c25e8e5e18;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Add note that interfacing with DBO actions via AJAX is soft-deprecated --- diff --git a/docs/php/database-objects.md b/docs/php/database-objects.md index 2fb99e08..a1a1d989 100644 --- a/docs/php/database-objects.md +++ b/docs/php/database-objects.md @@ -217,6 +217,8 @@ You can access the return values both by storing the return value of `executeAct ### Custom Method with AJAX Support +!!! info "The AJAX interface of database object actions is considered soft-deprecated in WoltLab Suite 6.0. Instead a dedicated PSR-15 controller should be used. Please refer to the [migration guide](../migration/wsc55/php.md#request-processing)." + This section is about adding the method `baz()` to `ExampleAction` and calling it via AJAX. #### AJAX Validation