onurmenal / crm-power-pane

The CRM Power Pane is a helper tool designed to integrate with Microsoft Dynamics CRM application and allow you to manipulate forms or perform actions faster throughout the Microsoft Dynamics CRM application .
MIT License
69 stars 25 forks source link

$ is not defined when editing solution #120

Open AntoineGauthier opened 3 years ago

AntoineGauthier commented 3 years ago

Hello,

I do get a lot of error reports while navigating and editing my solution. Those error reports tend to appear when I open then close a field on an entity. That should help clarify the behavior:
16ff7a8f-95d8-4afb-ba37-4b372292d902

The content of the report isn't particularly helpful but here it is:

`

1.0 Script error. 0 /ui/js/pane.js line 1 > srcScript /tools/systemcustomization/attributes/manageAttribute.aspx?appSolutionId=%7b195E576A-A138-4F00-BB3B-217DDD818CC2%7d&attributeId=%7bFDBFE8DC-750C-E611-80E5-83ED5B0B6935%7d&entityId=%7b223af72b-750c-e611-80e5-83ed5b0b6935%7d Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0 undefined undefined undefined 1920x1080 Web Online 2021-04-15T09:16:49 1036 1036 1036 1036 {C3CD5B4B-A7E3-4A27-9359-0C2C7D9D10A5} {26D9C6C8-DFC9-E211-A5BB-B3702A50A507} 7.0.1.129

`

Looking at the debugger seems a lot more helpful:

image

:clipboard: To Reproduce

  1. Open an unmanaged solution
  2. Expand an entity
  3. Open a field to edit it
  4. Close the field edition widows
  5. The error report should now appear

:thought_balloon: Expected behavior The error report shouldn't appear

:zap: Product Version

:earth_africa: Environment

:information_source: Additional context Please do let me know if you need more information to investigate that issue.

Regards, Antoine