Config Object structure in Request body got changed from v1.2.9 to 1.7.9 angular migration

12 views
Skip to first unread message

Sai Sankar

unread,
Mar 2, 2020, 9:41:46 AM3/2/20
to Angular and AngularJS discussion
Hi EveryOne

We are migrating our angular application from v1.2.9 to v1.7.9. We keep on fixing the things as per the migration document and finally stuck below.

We have our model as 
 coredatabase: {
        visible: false,
        path: "coredbconfigprovider/database",
        shouldGet: true,
        validated: false,
        passwordchanged: false,
        description: GoodLocale.t("CORE_DB_DESC"),
        config: {
            auth : "sql"
        }
    },

From jsp we are taking the inputs from  user . 

While we are attempting to test these details with server the request body altered and that leads to parsing issues at server side. 

A bit confused at this juncture how to proceed.

Attaching the request body from older version (1.2.9) and current version (1.7.9) . The main differences is an extra Config object is coming and inside that, all my fields are existing.also, another difference is for whatever fields I am giving the input from webpage those are coming separately outside. The expectation is all should come outside. PFA screens from older and newer versions.

Can some one please help me to resolve this issue.

Thanks
Sai







129_request.PNG
179_request.PNG

Sai Sankar

unread,
Mar 4, 2020, 1:50:03 AM3/4/20
to Angular and AngularJS discussion
It has nothing todo with frame work change. 
Code level issue. Please ignore this post

Thanks
Reply all
Reply to author
Forward
0 new messages