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

eXpand adds "Group" to group captions #596

Closed krombipils closed 4 years ago

krombipils commented 4 years ago

See the attached screenshot: group

The "Group" in "AssignmentHistoryCollection_Group" is somehow added by eXpand. If XpandSystemWindowsFormsModule is not installed, everything is fine. Maybe this is again related to ModelMapper?

I attached a simple demo project, but I guess you can easily repro it in all solutions, if eXpandWin is installed and at least one group exists in the layout (and the group caption is not explicitly set).

Solution8.zip

expand commented 4 years ago

The DevExpress.XAF repository includes commits that relate to this task:

Please update the related Nuget packages and test if issues is addressed. These are nightly nuget packages available only from our NugetServer.

If you do not use the Xpand.XAF.Modules directly but through a module of the main eXpandFramework project, please wait for the bot to notify you again when integration is finished or update the related packages manually.

Thanks a lot for your contribution.

krombipils commented 4 years ago

Fixed. Thank you!

expand commented 4 years ago

eXpand.lab release 19.1.701.4 includes commit that relate to this task:

  1. CloneModelView: Keep ModelNodeGenerators #601
  2. ModelMapper: IModelLayoutGroup Caption is incorrect #596](https://github.com/eXpandFramework/eXpand.lab/commit/a0148d801f29ae112adfdb2d281fabb87f1773a1)

Please test if it addresses the problem. If you use nuget add our LAB NugetServer as a nuget package source in VS.

Thanks a lot for your contribution.

expand commented 4 years ago

eXpand.lab release 19.1.701.8 includes commit that relate to this task:

  1. CloneModelView: Keep ModelNodeGenerators #601
  2. ModelMapper: IModelLayoutGroup Caption is incorrect #596](https://github.com/eXpandFramework/eXpand.lab/commit/a7fe51aca9d529a41382d4c91149c5e9a83164a2)

Please test if it addresses the problem. If you use nuget add our LAB NugetServer as a nuget package source in VS.

Thanks a lot for your contribution.