From 96e89c4e6ae74acfb44845373589c6c58807e8e0 Mon Sep 17 00:00:00 2001 From: conradverm Date: Thu, 7 Jun 2007 16:15:21 +0000 Subject: [PATCH] "KTS-1526" "A Required field not being marked as such leads to a DB error: 'DB Error: null value violates not-null constraint'" Fixed. Added a hidden widget for forms. --- plugins/ktcore/KTCorePlugin.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/plugins/ktcore/KTCorePlugin.php b/plugins/ktcore/KTCorePlugin.php index faf96e8..d053e31 100644 --- a/plugins/ktcore/KTCorePlugin.php +++ b/plugins/ktcore/KTCorePlugin.php @@ -138,6 +138,7 @@ class KTCorePlugin extends KTPlugin { $this->registerWorkflowTrigger('ktcore.workflowtriggers.copyaction', 'CopyActionTrigger', 'KTWorkflowTriggers.inc.php'); // widgets + $this->registerWidget('KTCoreHiddenWidget', 'ktcore.widgets.hidden', 'KTWidgets.php'); $this->registerWidget('KTCoreStringWidget', 'ktcore.widgets.string', 'KTWidgets.php'); $this->registerWidget('KTCoreSelectionWidget', 'ktcore.widgets.selection', 'KTWidgets.php'); $this->registerWidget('KTCoreEntitySelectionWidget', 'ktcore.widgets.entityselection', 'KTWidgets.php'); -- libgit2 0.21.4