- Document Folders.
- Activities and History panels on the user's detail view. Access to these panels is controlled by new parameter 'User Permission' in Roles.
- Followers are shown on a detail view.
- Ability to create Case from Email manually.
- Ability to reply on Email right from History panel.
- Ability to unlink all entries from Target List.
- Improved filter for enum fields.
EspoCRM 3.4.0 released
Collapse
X
-
EspoCRM 3.4.0 released
If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Tags: None -
Upgraded
I got an issue ...but it was closed to my nginx conf.
==> /var/log/nginx/error.log <==
2015/06/10 19:11:56 [error] 1080#0: *958 client intended to send too large body: 1881912 bytes,
=> I add to adjust my client_max_body_size section
Comment
-
Comment
-
Thank You.
1. Is there any chance to change search (main search in header and on the top of each entity - not filter search) to "contains" insted of "starts with"? So we don't need to put % before word?
2. How can I disable folders in documents?Comment
-
-
-
You can create a SelectManager for a certain entity in custom namespace (custom/Espo/Custom/SelectManagers/{Entity},php). Inherit it from Espo\Modules\SelectManagers\{Entity} or from Core class if previous doesn't exist. This will an upgrade safe way.If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.Comment
Comment