Comment 8 for bug 1670244

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/29399
Committed: http://github.org/Juniper/contrail-web-core/commit/f06295559cdd722a0621682214599135cf8c095d
Submitter: Zuul (<email address hidden>)
Branch: master

commit f06295559cdd722a0621682214599135cf8c095d
Author: Pruthviraj MS <email address hidden>
Date: Tue Mar 7 18:13:04 2017 +0530

Closes-Bug: #1670244 SM:UI:mainline3044: SM Setting page is blank
Earlier jquery-dep-libs library got moved to thirdparty-libs to reduce the no of server calls
made to the server during the web app load. The above stated problem occurs only when making
serverManger REPO this was due the function call "layoutHandler.load(menuXML);" here this was
getting executed only after "core-bundle" is loaded here "layoutHandler.load(menuXML);" requires
"jquery.xml2json" library to convert xml to JSON this was moved to thirdparty-libs as stated above
now this was causing the problem during the solo serverManger REPO during rendering UI pages.

FIX: making sure core-bundle & thirdparty-libs are loaded before executing the layoutHandler.load(menuXML);

Change-Id: I1cee733f822d2ffa12c043e3c7c47020bb20a823