Announcement

Collapse
No announcement yet.

EspoCRM 3.4.0 released

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • EspoCRM 3.4.0 released

    • 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.

    Download Free CRM for small and medium-sized businesses. The driving force behind your business. Compatible with most web servers. Software Requirements: OS X / Linux / Windows, Nginx, Apache Server, PHP, MySQL.


  • #2
    Document Folders
    Click image for larger version

Name:	image_263.jpg
Views:	389
Size:	15.0 KB
ID:	6038

    Comment


    • #3
      Activities and History panels on the user's detail view. Access to these panels is controlled by new parameter 'User Permission' in Roles
      Click image for larger version

Name:	roles-history.png
Views:	130
Size:	12.6 KB
ID:	6059

      Comment


      • #4
        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


        • #5
          After upgrade from 3.3.0 to 3.4.0:
          When I try to choose parent it freeze on loading (see attachment).
          When i click on + button on relationship panel it works (it add parent automatically).
          Attached Files

          Comment


          • #6
            3.4.2 will be released today with few fixes.

            Comment


            • #7
              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


              • #8
                1. You can hack code to achieve it.
                2. You can hack it.

                Comment


                • #9
                  1. Can You help me? Where can I find it and what i need to change?

                  Comment


                  • #10
                    application/Espo/Core/SelectManagers/Base.php

                    Method textFilter

                    Comment


                    • #11
                      Thank You!!

                      Comment


                      • #12
                        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.

                        Comment

                        Working...
                        X