Friday, February 12, 2021
3 changes
Enhancements to existing features
The electronic signature template screen now shows a clearer tooltip, helping users better understand the related action or information. This small wording improvement reduces confusion during document setup and signing workflows.
The referral link sharing screen now gives the copy widget more room. This makes it easier for users to view and copy referral links without the field feeling cramped.
Web Studio now blocks custom field names that contain double underscores and avoids creating them automatically when users start a name with an underscore. This helps prevent invalid or problematic field names before they can affect configuration or data model setup.
Original PR description
Purpose do not allow to generate field names with double underscores Specification Prevent double underscores in custom field names (leading or non-leading) e.g. if field name contains any double underscore, it raises an error field name with starting underscore will not generate field names with double underscores automatically. e.g. if the input is '_label', the field should not renamed to 'x_studio__label' but to 'x_studio_label'. task - 2060257