From cc5fadb6314e40320040c302a7c7f08940a75bb8 Mon Sep 17 00:00:00 2001 From: Mark Jordan Date: Mon, 26 Feb 2024 11:55:08 -0800 Subject: [PATCH] Update to last commit. --- workbench_fields.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workbench_fields.py b/workbench_fields.py index 1cac7bb..d002d99 100644 --- a/workbench_fields.py +++ b/workbench_fields.py @@ -3,8 +3,8 @@ Support for additional field types should be added as new classes here, with accompanying tests in field_tests.py and field_tests_values.py. - Note: If new field types are added to this class, corresponding logic must be - added to functions in other Workbench modules (e.g. workbench_utils, workbench) + Note: If new field types are added to workbench_fields.py, corresponding logic must + be added to functions in other Workbench modules (e.g. workbench_utils, workbench) that create, update, or export Drupal entities. Those places are commented in the code with either: