Hi,
Is there a way to prevent accidental drag and drop of folders/reports in myDBR?
Any advise towards that can be of great help.
Thanks in advance!
Hi,
Is there a way to prevent accidental drag and drop of folders/reports in myDBR?
Any advise towards that can be of great help.
Thanks in advance!
Drag and drop folders/reports is an admin feature that allows you to reorganize the report structure. It is enabled by default for admins, but not for regular users.
We can add an option to turn this feature off if needed.
--
myDBR Team
Hi,
Thanks for your quick response.
Please let us know how to turn this off. Also, in the future, we would like to have it configurable for each user.
Thanks!
As mentioned, the functionality allows the admin to rearrange the report structure, which is a basic admin feature. Why should this functionality be limited and limited per person?
--
myDBR Team
Hi Team,
We have been getting a lot of complaints on reports gone missing because users are not comfortable with the drag and drop feature, especially on mobile. We would be happy to consider the feature turned off for all admin users at the moment.
Thanks!
Are all your users admins? You should only give admin access to the real admins.
The drag and dtrop functionality is not enabled in the mobile as it would not be usable.
If you update to the latest build, you can add following line to the user/defaults.php
and the drag and drop will be disabled:
$mydbr_defaults['mainview']['drag_and_drop'] = false;
--
myDBR Team
Thank you so much! That works for us.
You must log in to post.