-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CB-5181 Display User Notification Pop-up When Copy/Paste Functionality is Disabled by Administrator #2730
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it seems like copy data from the table is not covered by this PR
@@ -50,6 +50,8 @@ export default [ | |||
['data_viewer_total_count_canceled_message', 'Statement was cancelled due to user request'], | |||
['data_viewer_total_count_failed', 'Failed to get total count'], | |||
['data_viewer_model_not_loaded', 'Table model is not loaded'], | |||
['data_viewer_copy_not_allowed', 'An ability to copy data is disabled'], | |||
['data_viewer_copy_not_allowed_message', 'Please allow the "Preferences" to change it or ask your admin'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If its an admin, he always can copy data, so no need to mention preferences here, i would suggest remove message completely or rephrase it like this: "If this is unexpected, contact the administrator"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This text was required by the ticket
…en-copy-paste-functionality-is-disabled-by-administrator
No description provided.