CSLA 6 save lose data of one field #2912
Answered
by
saulyt
Mikael-Pothier
asked this question in
Questions
-
Beta Was this translation helpful? Give feedback.
Answered by
saulyt
Apr 28, 2022
Replies: 1 comment 2 replies
-
GestConcurrence is not declared as a CSLA property, so it is not getting serialized when calling the DataPortal. I'm not sure how it could have worked in a prior version. Perhaps there was no serialization when DataPortal was running local and now there is. Either way, it should be declared as a CSLA property if you are relying on the DataPortal to maintain the state.
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Mikael-Pothier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GestConcurrence is not declared as a CSLA property, so it is not getting serialized when calling the DataPortal. I'm not sure how it could have worked in a prior version. Perhaps there was no serialization when DataPortal was running local and now there is. Either way, it should be declared as a CSLA property if you are relying on the DataPortal to maintain the state.