Version 12.24.0.207
Released May 4, 2017.
New features
- New limefu command
limefu config generate-default
for listing all available configuration options and their default values.
Web Client
- Custom activitytypes (LCWC-248)
It is now possible to add customer specific activities to the activity feed.
- Separated list and search views (lime-webclient#17)
Making it possible to configure search results separately from related lists.
Improvements
- Support overwriting of data in lime-data.
- Limetypes having fields with label “First name” and “Last name” will now get “First name” + “Last name” as descriptive.
- Improves the freetext search boost by boosting different limetypes differently.
- limefu search index command is using paginated fetch no longer causes locking of the database.
- Authentication is handled in Lime CRM Webserver instead of in LDC.
- Responses are only gzipped in Lime CRM Webfront.
Web Client
- Better debouncing of search requests. (LCWC-331)
- Optimized salespipe overview. (LCWC-352)
- If relation list is closed, open it when new related object is created. (lime-webclient#15)
- Removes time in the activities in the activity feed if activity only has date. (crm-feature#3)
- Improved view performance. (lime-webclient#27)
- Adds a generic mechanism that can be used to warn the user about unsaved changes before leaving the current page. (lime-webclient#26)
Fixes
- Properly handle requests with invalid session IDs or when a database cannot be found.
- Database engines are now cached to avoid creating new ones each request (performance improvement).
- You can no longer delete a shared option that is the default value for any field.
- The search indexer no longer leaks unused connections.
- Links in the API no longer have the wrong domain name due to inproper caching.
- Profiling support to Lime CRM Webserver.
Web Client
- The result of an older search query can be returned after the result of a newer search query, and replace it. (LCWC-330)
- Category bar is showing when no search has been made and you dont have any recently visited results. (LCWC-332)
- The api endpoints for lime-view are incorrectly registered and therefore unreachable. (LCWC-357)
- The order of activity is undefined but should be the same as their matching options. (LCWC-359)
- Make sure suggestions and search on new activity are displayed. (lime-webclient#13)
- Salespipe header is always in plural and limetype name in lower case. (lime-webclient#16)
- Restores missing property labels in the overview headers. (lime-webclient#39)
- When an error occurs for an item in the search, that item is skipped, and the rest is returned, instead of returning an error for the entire search (lime-webclient#37)
- Property selection by name respects given priority of names in salespipe. (lime-webclient#35)