- Bug fixes
- TRAICIE_KO_INTERVIEW_DEFINITION spacialist updated to new version - Edit Document Version now includes Catalog Tagging Fields - eveai_ordered_list_editor no longer includes Expand Button & Add Row doesn't submit - Active Period was not correctly returned in some cases in the license_period_services.py - Partner menu removed if not Super User
This commit is contained in:
@@ -404,6 +404,7 @@ class DynamicFormBase(FlaskForm):
|
||||
# Prepare field data
|
||||
field_data = None
|
||||
if initial_data and field_name in initial_data:
|
||||
current_app.logger.debug(f"Using initial data for field '{field_name}': {initial_data[field_name]}")
|
||||
field_data = initial_data[field_name]
|
||||
if field_type in ['tagging_fields', 'tagging_fields_filter', 'dynamic_arguments'] and isinstance(
|
||||
field_data, dict):
|
||||
|
||||
Reference in New Issue
Block a user