[6.4.2] - 2025-02-15
A maintenance update.
Bug Fixes
- [breaking] Fix
diffusion_sql::map_locator_to_terminoID
error whereadd_parents
option is not received because a wrong path:$process_dato_arguments->add_parents
instead the expected$process_dato_arguments->custom_arguments->add_parents
. A fallback is made to allow the two paths. - [breaking] Fix incorrect property access in
component_geolocation::get_longitude
- [breaking] Fix section search issue where
component_relation_model
don't load the proper datalist because uses the real section (hierarchy20
) instead the current section (e.g.es1
) - Fix bad function call name
decorate_untranslated
in classget_label
.
Features
- Include into source any property defined inside
source_add
property in the component instance. It will use to expand the source properties by every component.
Miscellaneous Tasks
- Add system info 'MHz' (processors clock speed info) in
area_maintenence
widgetsystem_info
. - Add static var
$info_instance
to widgetsystem_info
. - Add error message to
dd_ts_api::get_ar_children_data
when no child definition is available (references to not installed TLD for example) - Update mocha js from 10.3.7 to 11.1.0
Change
- Add
update_code
widget file date info for easy build identification - Add model resolution for hierarchy terms. Now is possible set the component to get the hierarchy_term resolution to obtain the main target section_tipo or the model section_tipo
- Set the
ar_target_section_tipo
forcomponent_relation_model
element in the section elements list. - Set the
ar_target_section_tipo
defined insection_elements_list
to search with it. Used bycomponent_relation_model
to set his owntarget_sections
- Use the
get_list_of_values()
instead theget_ar_list_of_values()
forcomponent_relation_model
, it use his ownget_ar_target_section_tipo()
instead the `request_config definition to obtain the list of values. - Change
login->get_structure_context
data_version
from array to string as '6.4.1' for client print coherence with code version value.