AP 1.33.5: Quotes - populating billingAddress info fails upon Account selection

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • michib
    Member
    • Sep 2016
    • 65

    AP 1.33.5: Quotes - populating billingAddress info fails upon Account selection

    Hi,

    I see that when selecting accounts from Quotes the billingAddress section is populated only if all the Address columns are visible inside the list - small layout of the Account entity. Otherwise the setup() inside sales:views/quote/fields/account.js won't find info in model to copy over.

    Is this the intended behaviour? If yes, is there a way to force list-small layout to load more columns silently?

    thanks,
    regards,
    Miche
  • yuri
    Member
    • Mar 2014
    • 8557

    #2
    Hi Miche,

    I can't reproduce. All address fields are populated.
    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

    • yuri
      Member
      • Mar 2014
      • 8557

      #3
      Maybe you need to update advanced pack.
      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

      • michib
        Member
        • Sep 2016
        • 65

        #4
        Originally posted by yurikuzn
        Maybe you need to update advanced pack.
        Hi Yuri,

        Thanks for your prompt reply. Loaded 1.33.8 (over espo 5.5.6) and now it works!

        Mmm... I have this behaviour in production env espo 5.4.3 + 1.32.13 and in my pre-production env ('isDeveloperMode' => true) which is espo 5.5.6 + 1.33.5. So was it fixed recently?

        --update--
        Yes, I see it was fixed to make it fetch all attributes independently from layout selected.

        Code:
        Espo.define('sales:views/quote/fields/account', 'views/fields/link', function (Dep) {
        
            return Dep.extend({
                forceSelectAllAttributes: true,
        ----

        It would be great to have a detailed bug / hotfixes for every AP release, like you provide in github for EspoCRM releases.

        thanks,
        Michele
        Last edited by michib; 02-04-2019, 11:44 AM.

        Comment

        Working...