codevise / pageflow-linkmap-page

Hotspot page type
0 stars 7 forks source link

Add compatibility to 1.5 changes #48

Closed DanielKuhn closed 5 years ago

DanielKuhn commented 5 years ago

Change Rake-Task to not override mask_perma_id but add color_map_component_id to linkmap area configuration. For all read operations on mask_perma_id color_map_component_id now takes precedence, with mask_perma_id as fallback. For write operations only color_map_component_id is used. This way all mask_perma_ids will gradually be converted to color_map_component_ids.

REDMINE-15982