Thursday, April 23, 2020
1 change · master
Enhancements to existing features
CRM users now see cleaner forms when converting leads and reviewing lead reveal details. Unneeded or duplicated fields are hidden or corrected, reducing confusion and making key status information display properly.
Original PR description
Purpose ======= Improve the "mass lead to opportunity" view. The field `deduplicate` is used only when the name is "convert", so we can hide it to clarify the view. Improve the CRM reveal form view. The field `state` is defined 2 times in the same view with different widget. This is impossible and only the last field (no-widget) information will be kept (so the widget `statusbar` is never used). Task-2228921