Geeksltd / Olive

Olive framework, for more productive cross platform .NET solutions. It's available under the GPL v3 license. See License.md for more information.
https://geeksltd.github.io/Olive
Other
44 stars 44 forks source link

Referenced Lists and AddMasterDetailRow() #274

Closed AliWardere closed 4 years ago

AliWardere commented 4 years ago

We have a FormModule with a master-detail and a reference to a list.

Reference: var moduleReference = Reference<ListModule>();

Our master detail form has a link with the workflow x.AddMasterDetailRow().

When you click on the link olive tries to convert the ListModule's ViewModel to a main FormModules Type. We get the error message below.

ArgumentException: Object of type 'ViewModel.ListModuleType' cannot be converted to type 'ViewModel.FormModule'.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.