[MGNLMIGRATION-53] Create tasks for migration of STK-based websites Created: 21/Sep/12 Updated: 06/Dec/12 Resolved: 06/Dec/12 |
|
| Status: | Closed |
| Project: | Migration 4.4 to 4.5 (closed) |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 1.2 |
| Type: | Task | Priority: | Neutral |
| Reporter: | Jozef Chocholacek | Assignee: | Eric Hechinger |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Σ Remaining Estimate: | Not Specified | Remaining Estimate: | Not Specified |
| Σ Time Spent: | Not Specified | Time Spent: | Not Specified |
| Σ Original Estimate: | Not Specified | Original Estimate: | Not Specified |
| Sub-Tasks: |
|
||||||||||||||||||||
| Template: |
|
||||||||||||||||||||
| Acceptance criteria: |
Empty
|
||||||||||||||||||||
| Task DoR: |
Empty
|
||||||||||||||||||||
| Date of First Response: |
| Description |
|
|
| Comments |
| Comment by Eric Hechinger [ 09/Oct/12 ] |
|
First implementation done |
| Comment by Jan Haderka [ 02/Dec/12 ] |
|
STKRelatedModuleMigrationTask - // Step ID Creation - // Map dialogsIdMap = new BuildDialogIdMap(ctx: ctx, workspace:'config').buildDialogIdMap(config.getModulesForIDCreation()) - // Map pagesIdMap = MigrationUtil.buildPagesIdMapFromListOfModule(config.getModulesForIDCreation(), ctx) - // Map componentsIdMap = MigrationUtil.buildComponentsIdMapFromListOfModule(config.getModulesForIDCreation(), ctx) + // Step ID Creation + // Map dialogsIdMap = new BuildDialogIdMap(ctx: ctx, + // workspace:'config').buildDialogIdMap(config.getModulesForIDCreation()) + // Map pagesIdMap = + // MigrationUtil.buildPagesIdMapFromListOfModule(config.getModulesForIDCreation(), ctx) + // Map componentsIdMap = + // MigrationUtil.buildComponentsIdMapFromListOfModule(config.getModulesForIDCreation(), ctx) so 6 commented out lines are better then 3 because? ContentModuleMigrationTask + //TODO: add task reference issue number pls. |
| Comment by Eric Hechinger [ 06/Dec/12 ] |
|
STKRelatedModuleMigrationTask groovy file do not exist any more. In fact the only remaining groovy file is MigrateTemplateExecuteScripts and used to call the Template migration script. Now the only remaining TODO (Not associated with a ticket) are linked to the Template migration. They should also soon be solved. |