Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Infinite loop when Create Contract from Uman UI

    Ignoring the following script tags in the gwt.xml file (sc/modules/ISC_Core.js, ...)

    I was getting the above error so I add the below js file in Uman.jsp
    Uman.jsp
    <script type="text/javascript" src="/Uman/Uman/sc/initsc.js"></script>
    <script type="text/javascript" src="/Uman/Uman/sc/modules/ISC_Core.js"></script>
    <script type="text/javascript" src="/Uman/Uman/sc/modules/ISC_Foundation.js"></script>
    <script type="text/javascript" src="/Uman/Uman/sc/modules/ISC_Containers.js"></script>
    <script type="text/javascript" src="/Uman/Uman/sc/modules/ISC_Grids.js"></script>
    <script type="text/javascript" src="/Uman/Uman/sc/modules/ISC_Forms.js"></script>
    <script type="text/javascript" src="/Uman/Uman/sc/modules/ISC_RichTextEditor.js"></script>
    <script type="text/javascript" src="/Uman/Uman/sc/modules/ISC_Calendar.js"></script>
    <script type="text/javascript" src="/Uman/Uman/sc/modules/ISC_DataBinding.js"></script>
    <script type="text/javascript" src="/Uman/Uman/sc/skins/Enterprise/load_skin.js"></script>

    So when I run my project after adding the above changes, I found in the browser console that ISC_Core.js run an infinite loop after clicking on the create contract button.





    Please provide me a solution
    Attached Files
Working...
X