OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems Can't uses B2B Customer Entity as target for Opportunity Account Field

This topic contains 3 replies, has 2 voices, and was last updated by  Martin 7 years ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #27631

    Martin
    Participant

    Hey,

    we’ve discovered a possible bug within the creation of a new Opportunity.

    How to reproduce:
    1) Create new Opportunity from scratch.
    2) On Account click hamburger bar, choose Business Customer as Entity Type from top left menu
    3) Select Any of the B2B customers
    4) Dialog closes

    Also, when on a B2B Customers page, by clicking the ‘new opportunity’ button in the more actions menu, same thing happens but freezes immediately on the edit page.

    what happens:
    Field stays empty (no name displayed). anyway, after saving, the b2b customer is successfully set in the view page.

    But: When you re-edit the opportunity, the edit page stays in loading state and can’t be edited.

    Developer tools show the following error (js related):

    Uncaught TypeError: Cannot read property ‘type’ of null
    at eval (eval at b.template (oro.min.js?version=7f1d6e33:1486), <anonymous>:8:10)
    at a (oro.min.js?version=7f1d6e33:1486)
    at Object.formatSelection (oro.min.js?version=7f1d6e33:1520)
    at n.e.updateSelection (oro.min.js?version=7f1d6e33:1505)
    at oro.min.js?version=7f1d6e33:1505
    at n (oro.min.js?version=7f1d6e33:1520)
    at Object.success (oro.min.js?version=7f1d6e33:1520)
    at c (oro.min.js?version=7f1d6e33:1484)
    at Object.fireWith [as resolveWith] (oro.min.js?version=7f1d6e33:1484)
    at n (oro.min.js?version=7f1d6e33:1485)

    which relates to the follwing part of code (this was cut down, to identify the portion of the script)

    Neither Dev nor production log throw any errors, so i think it relates to a gui bug?

    Is this Issue known or is there a workaround already?

    Kindly Regards
    Martin

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • #27632

    Martin
    Participant

    Okay, quite easy fix. The Problem happens, when no Icon is choosen for the B2B Customer Entity within the Channel definition. When this is null, the Select Box thwows the error above.

    Adding a Icon resolves this issues, and the entity can be used.

    Maybe this should be fixed though because it’s not easy to track down.

    Kindly Regards
    Martin

    #27633

    msulima
    Moderator

    Hi, @Martin.

    Thank you for reporting the issue! I was able to reproduce the issue. We will fix it in next release.

    We greatly appreciate all contributions to Oro projects.


    #27634

    Martin
    Participant

    Hey,

    i’ll then mark this topic as closed.

    Kindly regards
    Martin

Viewing 3 replies - 1 through 3 (of 3 total)

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top