Closed mattirasanen closed 13 hours ago
FD-approved :tm: , but e2e-test failing - might this be flakiness, or is there something actually broken, what says Toska?
There was an issue with spreading the toskaColumns
array because spreading doesn't clone nested objects. This meant that changes to fdColumns
were also affecting toskaColumns
. I switched to using cloneDeep
from lodash to create a deep copy, and now everything is working properly.
Added
serviceProvider
checks to frontend for few views to hide some tables, tabs and routes when not running in toska enviroment.