Skip to content

Commit 237fbc5

Browse files
Updated the table name ui_page_processing_script.js
1 parent 63f79cc commit 237fbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client-Side Components/UI Pages/Share reports with users and groups/UI Page/ui_page_processing_script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function groupShare(dashboard_id, group_id) {
4444
}
4545

4646
function userShare(dashboard_id, user_id) {
47-
var db_view = new GlideRecord('u_dashboard_reports');
47+
var db_view = new GlideRecord('u_reports_shared_with_dashboard');
4848
db_view.addEncodedQuery('repstat_report_sys_id!=^dt_dashboard=' + dashboard_id);
4949
db_view.query();
5050
while (db_view.next()) {

0 commit comments

Comments
 (0)