Bug 547721 - [Segments] Provide migration of legacy DMRs for View Templates
Summary: [Segments] Provide migration of legacy DMRs for View Templates
Status: RESOLVED FIXED
Alias: None
Product: ECP
Classification: Modeling
Component: EMF Forms (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 1.22.0   Edit
Assignee: Lucas Koehler CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2019-05-28 03:11 EDT by Lucas Koehler CLA
Modified: 2019-06-19 03:15 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Koehler CLA 2019-05-28 03:11:19 EDT
The TemplateModelEditorPart should offer the user to migrate a view template containing legacy dmrs to be migrated to segment-based dmrs.
Thereby, the user is queried on opening the TemplateModelEditorPart.
Comment 1 Eclipse Genie CLA 2019-05-28 10:18:29 EDT
New Gerrit change created: https://git.eclipse.org/r/142937
Comment 3 Lucas Koehler CLA 2019-06-19 03:15:00 EDT
Migration was implemented. It is only offered if the tooling runs in segment mode. The migration also automatically resolves the root EClasses for DMRs contained in VTDomainModelReferenceSelectors and sets the resolved class to the DMR's selector.
Besides that the migration works analogous to the view model migration (Bug 542673)