Friday, March 27, 2026
1 change · master
Code cleanup and technical improvements
This update streamlines the process of retrieving the custom field view ID for the sign template, making it easier to manage and debug. By directly checking the reference within the component, we've simplified the system and reduced unnecessary data passing, leading to a more stable and efficient sign template experience.
Original PR description
Previously, the `sign_item_type_view_form_custom_field` view ID was fetched in the Python model and passed down through multiple component layers via props to reach the sign template sidebar. This commit refactors the approach by utilizing `check_object_reference` directly within the component making it easy to debug and avoid unnecessary props. Task: 6067313