hashmapinc / Drillflow

A dockerized WITSML API Server that is agnostic of the backend.
Apache License 2.0
18 stars 13 forks source link

"indexCurve" and "logParam" tags missing upon Partial Update of Log object 1.4.1.1 #697

Open shehzadsidi opened 5 years ago

shehzadsidi commented 5 years ago

"indexCurve" and "logParam" tags missing upon Partial Update of Log object 1.4.1.1

To Reproduce Steps to reproduce the behavior: 1) Query result before Update. Here "indexCurve" and "logParam" tags exist. 2) Update "runNumber" 3) Query log again. It is found that "runNumber" is updated while "indexCurve" and "logParam" tags are missing

Expected behavior Upon update "indexCurve" and "logParam" tags should NOT be missing but in current container they are.

Screenshots Screenshots and testcases attached.

This issue will also be an example which we will use for documentation for KT.

image (2) image (1) image

GetFromStore Logs 1.4.1.1.txt UpdateToStoreLogs 1.4.1.1.txt AddToStoreLogs1.4.1.1.txt