eXpandFramework / eXpand

DevExpress XAF (eXpressApp) extension framework. 𝗹𝗶𝗻𝗸𝗲𝗱𝗶𝗻.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺, 𝘆𝗼𝘂𝘁𝘂𝗯𝗲.𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸.𝗰𝗼𝗺 and 𝘁𝘄𝗶𝘁𝘁𝗲𝗿 @𝗲𝘅𝗽𝗮𝗻𝗱𝗳𝗿𝗮𝗺𝗲𝘄𝗼𝗿𝗸 and or simply 𝗦𝘁𝗮𝗿/𝘄𝗮𝘁𝗰𝗵 this repository and get notified from 𝗚𝗶𝘁𝗛𝘂𝗯
http://expand.expandframework.com
Microsoft Public License
220 stars 114 forks source link

GridViewOptions/MasterDetail not work #625

Closed rSeeFip closed 4 years ago

rSeeFip commented 4 years ago

With Upgrade to 19.2.301.1 GridViewOptions not work not in ListView and either not in ModelMapper -> MapperContext -> ModelMapperAttribute

It's not only MasterDetail, each configuraition in GridViewOptions has no effect

There is no error, when i set ReactiveLogger for ModelMapperModule to All nothing happens in LOG

rSeeFip commented 4 years ago

With 19.2.402.0 It works, when nox xafml in Application Folder.

Something is changed, to192.301 i able to leave the model.xamlf in Application Folder. The Appliaction used it only when i erased model on Databse within Application. Now the XAF.Modules not Work when Model.xamlf in Applixation Folder

apobekiaris commented 4 years ago

The framework has tests that for the masterdetail that do not fail, I am afraid without providing repro details I cannot research further

https://github.com/eXpandFramework/DevExpress.XAF/blob/master/src/Tests/MasterDetail/MasterDetailTests.cs

rSeeFip commented 4 years ago

It works when i remove the xafml from application Folder, so its ok