Browse Source

dont convert pid to number in update

Signed-off-by: dev-z <ishtiaque.zafar92@gmail.com>
Signed-off-by: Md Ishtiaque Zafar <ishtiaque.zafar92@gmail.com>
pull/592/head
dev-z 3 years ago committed by Md Ishtiaque Zafar
parent
commit
e4c1c31a86
  1. 3
      packages/nc-gui/components/project/spreadsheet/components/virtualCell/belogsToCell.vue

3
packages/nc-gui/components/project/spreadsheet/components/virtualCell/belogsToCell.vue

@ -311,7 +311,7 @@ export default {
}
await this.api.update(id, {
[_cn]: +pid
[_cn]: pid
}, {
[_cn]: this.value && this.value[this.parentPrimaryKey]
})
@ -389,6 +389,7 @@ export default {
*
* @author Naveen MR <oof1lab@gmail.com>
* @author Pranav C Balan <pranavxc@gmail.com>
* @author Md Ishtiaque Zafar <ishtiaque.zafar92@gmail.com>
*
* @license GNU AGPL version 3 or any later version
*

Loading…
Cancel
Save