MergeGraph breaks LazyGetPropertyAsync logic #3293
-
When saving Csla.Blazor.ViewModel using SaveAsync before loading all lazy loaded properties LazyGetPropertyAsync logic is broken and the viewmodel can't be used for further editing. One workaround is to override DoSaveAsync method on ViewModel to provide custom Model save behavior and use a customized MergeGraph method.
Am I missing something and using ViewModel wrong or is this issue appropriate for pull request? Something similar was discussed here #3213 but no solution was provided. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Looking back, this sort of bug was attempted to be fixed here: #2900 I'm guessing this is a variation on the issue that wasn't caught at that time. |
Beta Was this translation helpful? Give feedback.
Looking back, this sort of bug was attempted to be fixed here: #2900
I'm guessing this is a variation on the issue that wasn't caught at that time.