User tests: Successful: Unsuccessful:
Pull Request for Issue #37956
Made the changes as suggested by @aforgh. Please checkout the issue #37956. All necessary information, required code, changes made, and their effects have been mentioned neatly there.
Checkout Property remains set to 1.
Checkout property is set to null.
--
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
The first error messag is : Save failed with the following error: Column 'level' cannot be null. I don't see how this is related to this PR. Maybe @richard67 can help?
The first error messag is : Save failed with the following error: Column 'level' cannot be null. I don't see how this is related to this PR. Maybe @richard67 can help?
I think that error is related because now with this change any array element of the dev array which has a null value will be used, regardless if that column allows null values or not.
@eeshaanSA i don’t think it is a good idea to make a pull request with a change suggested by someone else without really understanding that change.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-06-05 09:54:22 |
Closed_By | ⇒ | roland-d | |
Labels |
Added:
?
|
@eeshaanSA Thank you for your pull request but I am sorry this cannot be used. This is a change in behavior of how the function works and is not backwards compatible. Such a change can only be done in a major release if we want this change. This is the reason I am closing the PR.
The first error messag is : Save failed with the following error: Column 'level' cannot be null. I don't see how this is related to this PR. Maybe @richard67 can help?
I think that error is related because now with this change any array element of the dev array which has a null value will be used, regardless if that column allows null values or not.
@eeshaanSA i don’t think it is a good idea to make a pull request with a change suggested by someone else without really understanding that change.
Sorry. Will take care from now onwards.
I only made the changes suggested by the owner of this issue, @aforgh. Please let me know if there anything else to this issue, except the changes made above.