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
Currently there exists only one subreport per module per app. New SubReports overwrite older ones because the primary keys are (module, packageName) - this should be (module, reportId) so that history is preserved
Currently there exists only one subreport per module per app. New SubReports overwrite older ones because the primary keys are
(module, packageName)- this should be(module, reportId)so that history is preserved