Page 1 of 1

Colors are not reset on valuechain elements in Projects to Business Objective Mapping View

Posted: 15 Jun 2018, 15:59
by jmk
I'm not sure what is going on here but I added the following lines in core_bl_bus_cap_2_change_footprint.xsl
after line 639 ($('.threeColModel_valueChainObject').css('background-color', '#c6bd9a')) and the view seems to work now :

Code: Select all

                        $('.threeColModel_valueChainObjectDouble').css('background-color', '#c6bd9a');
                        $('.threeColModel_valueChainColumnContainer').css('background-color', '#c6bd9a');