Getting discard changes? popup after edit subpanel record

I am getting a discard changes? popup after click on any module of navigation after edit in subpanel. Explained below:

In Opportunity model subpanel for RLI, I have added a RLI record. After that I have updated the RLI record from subpanel with Quantity changed and hit save. After subpanel record save, on click of any other module from navigation bar I am getting the discard changes popup.

This is getting after I added a dependency formula on RLI likely and best fields.

My dependency file path is : custom/Extension/modules/RevenueLineItems/Ext/Dependencies/calculate_likely_best_values.php

Parents
  • This popup is triggered by method hasUnsavedChanges on clients/base/views/recordlist/recordlist.js.

    You may need to debug this method in order to identify which field has changed so you can create a custom subpanel-list.js for RLI in order to ignore it accordingly, if that makes sense.

    Regards

    André Lopes
    Lampada Global
    Skype: andre.lampada
Reply
  • This popup is triggered by method hasUnsavedChanges on clients/base/views/recordlist/recordlist.js.

    You may need to debug this method in order to identify which field has changed so you can create a custom subpanel-list.js for RLI in order to ignore it accordingly, if that makes sense.

    Regards

    André Lopes
    Lampada Global
    Skype: andre.lampada
Children
No Data