You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GoodData.logger.info"Number of threads using synchronize KD dashboard permissions #{number_of_threads}"ifparams.number_of_threads_synchronize_kd_dashboard_permissions
GoodData.logger.info"Number of threads using synchronize pixel perfect dashboard permissions #{number_of_threads}"ifparams.number_of_threads_synchronize_pp_dashboard_permissions
52
57
failed_projects=ThreadSafe::Array.new
53
58
54
59
ifdisable_pp_dashboard_permission
@@ -72,7 +77,7 @@ def call(params)
72
77
source_dashboards=from.dashboards
73
78
74
79
params.gdc_logger.info"Transferring Pixel Perfect Dashboard permission, from project: '#{from.title}', PID: '#{from.pid}' for dashboard(s): #{source_dashboards.map{ |d| "#{d.title.inspect}"}.join(', ')}"# rubocop:disable Metrics/LineLength
0 commit comments