I have noticed that the status field don't the correct info in for example the open activities list (see demo site as well).
Example of info shown instead are:
.task_status_dom.Task In Progress
.call_status_dom.Inbound Planned
.meeting_status_dom.Meeting Planned
Sure, try these links:
History list of the bug trackerhttp://demo.splendidcrm.com/Bugs/view.aspx?id=60f87e4c-dcb9-4b76-8efc-ec2a6a5b9349
History of Leadshttp://demo.splendidcrm.com/Leads/view.aspx?id=a5ec59b1-86ea-455f-8a4c-24ca59485e22
/Hans
Thanks that helped. The problem was that activity_status needs to be dynamically mapped to the correct list. In this case, we needed to use the default list of activity_dom.
The fix goes in the case statement _code\SplendidGrid.cs near line 129.