Announcement

Collapse
No announcement yet.

EspoCRM v8.2 released

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

  • emillod
    replied
    Paulina c is for "custom". That's a decision of yuri to mark custom fields with prefix "c" in field names and custom entity names. It'll be only in code, you can still set your own labels. Field can be created through code without this prefix.

    Leave a comment:


  • rabii
    commented on 's reply
    read this https://github.com/espocrm/espocrm/issues/2988

  • victor
    commented on 's reply
    "c" - means "custom"
    more about this:
    When creating fields, links and entity types, a prefix will be automatically added. MyEntity => CMyEntity myField => cMyField (only for non-custom entity types) myLink => cMyLink (only for non-cust...

    Hi Yuri, it's not a bug for me but i have choose to section : step : add param in config: 'customPrefixDisabled' => true create a new entity result name : entityName => OK relate created entity to a entity => result : middletable : cMiddleName. => must follow config param ? Expected : middletable must (for me)
    Last edited by victor; 04-17-2024, 11:27 AM.

  • Paulina
    replied
    Hello, I am creating a new field named 'operation':
    Click image for larger version

Name:	image.png
Views:	679
Size:	18.5 KB
ID:	105130
    After save name is changed to 'cOperation'. What does this letter c at the beginning mean and why does it appear? Can it be avoided?
    Click image for larger version

Name:	image.png
Views:	599
Size:	20.6 KB
ID:	105131​​

    Leave a comment:


  • esforim
    commented on 's reply
    Seem to be no useful aside from 1 minor CSS color so far. So compatibility wise it all good.

  • yuri
    commented on 's reply
    Mind that some new features may not yet be supported by custom themes right after release.

  • esforim
    commented on 's reply
    Hi yuri I will update.

  • yuri
    commented on 's reply
    I'd appreciate if you show screenshots made in some of standard theme here in the announcement section. It's so much work done to have this release, it would be a support for me if screenshots are from an official theme here in the topic.

  • esforim
    replied
    Oh stupid of me, I found it. Why couldn't I find it previously? Guess I didn't scroll down far enough and my file manager couldn't search for it.

    Ignore the #3000+ lines, that due to me adding about 2000(?) of City listing.

    Click image for larger version  Name:	image.png Views:	0 Size:	7.5 KB ID:	104358

    rabii that what I said I think we have to create it manually in some .php file.

    Leave a comment:


  • yuri
    commented on 's reply
    There's no ability to add/edit/remove primary filters via the UI. It's possible in Advanced Pack. Has been coveted many times on the forum.

  • rabii
    commented on 's reply
    Now Primary Filter is shown, but I can't seem to find where to add/edit/remove these. (Can't add/edit/remove filters) but you can use those filters to create a custom nav tab to navigate to certain entities applying one of the filters.
    This comes handy with the new feature Navbar Tabs with custom Url https://github.com/espocrm/espocrm/issues/2974
    Last edited by rabii; 04-03-2024, 07:47 AM.

  • esforim
    commented on 's reply
    EDIT: Please see post #9 for answer.

    Thank yuri, but where (which section) do I add the listpagination config?

    I must have delete it or remove it as it seem to gave me an error in 8.1.5 and somewhere in forum it was mention that it won't be support. So I 'lost' this setting now. Was using Kharg extension that gave this 'feature'
    Last edited by esforim; 04-03-2024, 07:44 AM.

  • yuri
    commented on 's reply
    > "Pagination" so there is no way to enable this in the GUI? Must go through config.php file?

    Available on: Main list views; Related records modal; Related records list view. Features: Functioning together with 'Show More' button. Both can be used. Displayed on a sticky bar when the page is...


    If after upgrade the pagination does not appear, check listPagination parameter in the config file. You might have set it to false before. You need to set it to true.

  • yuri
    commented on 's reply
    Would be better if shown on some of standard theme.

    For quick review of main features in new releases I recommend to check out our blog. https://www.espocrm.com/blog/espocrm-8-2-released/
    Last edited by yuri; 04-03-2024, 07:33 AM.

  • esforim
    replied
    "Pagination" so there is no way to enable this in the GUI? Must go through config.php file?

    ---
    Anyway here to show off some feature and "how-to" as sometime we not sure how to take advantage of update.

    Look like there is now "Tab" for some of the admin setting:
    Click image for larger version

Name:	image.png
Views:	812
Size:	16.4 KB
ID:	104371

    Now Primary Filter is shown, but I can't seem to find where to add/edit/remove these. (EDIT: Need to do it in file manager/php edit, not possible with GUI) (Or use Advanced extension)
    Click image for larger version

Name:	image.png
Views:	721
Size:	16.6 KB
ID:	104372

    Here is where you can choose "Filter" option when we do relationship linking. Very cool! For example, we have "City of Birth" as a location, previously I will have to do filter, now we can just choose the Filter by default!

    Click image for larger version

Name:	image.png
Views:	697
Size:	78.3 KB
ID:	104373

    PDF Template, here is the style. It is on the very bottom section of PDF Template. Please share your style! It is CSS? Look like we can make very fancy PDF template now (if you are not incompetent like me)
    Click image for larger version

Name:	image.png
Views:	671
Size:	6.6 KB
ID:	104374

    And that all I manage to find. There is also some information (photo) inside the Github issue so I didn't bother.
    Last edited by esforim; 04-03-2024, 08:17 AM.

    Leave a comment:

Working...
X