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