Closed wngzhe closed 1 year ago
suggest
changing the title from
change return of edit_fcp_template add orphan values in return value dict
to
add pchids not-exist-in-any-template in the response of edit_fcp_template API
add the following example to the original comment
{
'fcp_template': {
...
'pchids': {
'add' : ['C'],
'delete' : {
'all': [D, E],
'not-exist-in-any-template': [D] <--- pchids not exist in any template
},
'all' : ['A', 'B', 'C']
}
}
}
@wngzhe
code change: change return of edit_fcp_template add orphan values in return value dict
result example: