-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Values.valueToJsonObject() shall return JSONNullValue instead of null #818
Comments
metas-ts
added a commit
that referenced
this issue
Feb 2, 2018
the rest is jsut minor changes/cleanups etc #818 Values.valueToJsonObject() shall return JSONNullValue instead of null
metas-ts
added a commit
that referenced
this issue
Feb 2, 2018
#818 Values.valueToJsonObject() shall return JSONNullValue instead of null
metas-ts
added a commit
that referenced
this issue
Feb 2, 2018
#818 Values.valueToJsonObject() shall return JSONNullValue instead of null
metas-ts
added a commit
that referenced
this issue
Feb 5, 2018
#818 Values.valueToJsonObject() shall return JSONNullValue instead of null
metas-ts
added a commit
that referenced
this issue
Feb 5, 2018
Values.valueToJsonObject() shall return JSONNullValue instead of null #818
metas-ts
added a commit
that referenced
this issue
Feb 5, 2018
Values.valueToJsonObject() shall return JSONNullValue instead of null #818
teosarca
added a commit
that referenced
this issue
Feb 5, 2018
metas-ts
added a commit
that referenced
this issue
Feb 6, 2018
#818 Values.valueToJsonObject() shall return JSONNullValue instead of null
cherry-picked to 2018-06 |
metas-ts
added a commit
to metasfresh/metasfresh
that referenced
this issue
Feb 11, 2018
[#3408](#3408) New Product Window for Pharma vertical [#3445](#3445) Qty TU not correct in purchase invoice jasper [#829](metasfresh/metasfresh-webui-api-legacy#829) Planning status in manufacturing order not updated [#3406](#3406) Set Selector in M_Product after Product Data Import [#3458](#3458) Remove M_Storage-based legacy check from MProduct [#3413](#3413) Credit Limit data structure as subtab in Businesspartner [#1501](metasfresh/metasfresh-webui-frontend-legacy#1501) Automated Javascript and React Testing with Jest [#818](metasfresh/metasfresh-webui-api-legacy#818) Values.valueToJsonObject() shall return JSONNullValue instead of null [#3454](#3454) Resolve log warning "Skip setting parameter value for X_AD_PInstance_Para[0]" [#3438](#3438) Qty LU wrong in purchase invoice candidates / invoice [#3449](#3449) ImportHelper doesn't switch ctx [#807](metasfresh/metasfresh-webui-api-legacy#807) Quantity to invoice override callout [#806](metasfresh/metasfresh-webui-api-legacy#806) Add to Transportation Order, Ship and Invoice action in Picking Clearing Tray not respecting the invoice schedule
found related issue when you pick more than you ordered #847 |
Nothing to IT. Moving this to Done. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this a bug or feature request?
FR
What is the current behavior?
currently, this function might return
null
.For me that's a problem, because
IVIewRow.getFieldNameAndJsonValues()
does not return entries fornull
row values.fieldsByName
map that is send to the frontend.Note that my particular problem could be handles in other ways, but i think if we have that method and we have
JSONNullValue
, then let's use it to avoid returning nullThe text was updated successfully, but these errors were encountered: