From 900c18a3b6ac862416e80ba9f0a8a4d444bd558b Mon Sep 17 00:00:00 2001 From: Norbert Micheel Date: Thu, 7 Dec 2023 16:10:16 +0100 Subject: [PATCH] add modelclass for rex_qanda_lang --- boot.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/boot.php b/boot.php index 122770d..ff9599d 100644 --- a/boot.php +++ b/boot.php @@ -8,6 +8,10 @@ 'rex_qanda_category', qanda_category::class, ); +rex_yform_manager_dataset::setModelClass( + 'rex_qanda_lang', + qanda_lang::class, +); if (rex::isBackend() && 'qanda/qanda' == rex_be_controller::getCurrentPage()) {