Monday, September 8, 2025
1 change · master
Resolved issues and error corrections
When users create a new contact directly from a VoIP call, the contact photo now appears immediately instead of showing placeholder text until the call is saved. This makes the call screen clearer and avoids confusion while adding contact details.
Original PR description
Purpose: When creating an inline partner from voip.call, the partner image was not updating properly, forcing alt text to be displayed until voip.call record was saved. Specification: - Created a custom image field widget `voip_contact_image` that overrides the `getUrl` method to handle caching properly by checking if the record is dirty. - Updated the VoIP call views to use the new custom image field. Task-5023035