@@ -931,7 +931,7 @@ module.exports = app => {
}
} else {
const ncd = {id: pd.id};
- ncd[relaId] = cd[relaId];
+ ncd[relaId] = pd[relaId];
for (const f of fields) {
ncd[prefix + f] = pd[f];