From 9abd42acb4d30614de1184c6ab0545c25e8e5e18 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 13 Feb 2023 16:36:48 +0100 Subject: [PATCH] Add note that interfacing with DBO actions via AJAX is soft-deprecated --- docs/php/database-objects.md | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.20.1