Skip to content
This repository has been archived by the owner on Jul 2, 2023. It is now read-only.

Renderer makes date property null before db operation #23

Open
budjb opened this issue Mar 31, 2016 · 1 comment
Open

Renderer makes date property null before db operation #23

budjb opened this issue Mar 31, 2016 · 1 comment

Comments

@budjb
Copy link
Owner

budjb commented Mar 31, 2016

From @daptordarattler on May 7, 2015 14:14

I have a date property on a domain model

Consignment{
       String  description
       Date dateDone

       Date dateCreated
       Date lastUpdated
}

Any time I update the dateDone from the client with javascript using code

consignment.dateDone = new Date().toISOString()

it is nulled in the resource code before even getting to the service operations
I have no Idea why. Its got me pulling out my hair all day.

Copied from original issue: krasserm#64

@budjb
Copy link
Owner Author

budjb commented Mar 31, 2016

From @noamt on June 15, 2015 9:36

If you've got trouble debugging it, please post an example project or create a pull request with a test that reproduces it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant