From 5c07ef2847a46b57052001b4a6cdb0bcf3ed0409 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 31 Mar 2026 07:11:48 +1100 Subject: [PATCH] Add docs regarding copy button (#11636) - Closes https://github.com/inventree/InvenTree/issues/11634 --- docs/docs/concepts/user_interface.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/docs/concepts/user_interface.md b/docs/docs/concepts/user_interface.md index 26e7ddf5d0..32373e9e6c 100644 --- a/docs/docs/concepts/user_interface.md +++ b/docs/docs/concepts/user_interface.md @@ -282,11 +282,12 @@ Alternatively, the spotlight search can be opened using the keyboard shortcut `C Users may opt to disable the spotlight search functionality if they do not find it useful or prefer not to use it. To disable the spotlight search, navigate to your [user settings](../settings/user.md) and locate the option to disable the spotlight feature. Once disabled, the spotlight search will no longer be accessible from the main menu or via keyboard shortcuts. -## Barcode Scanning +## Copy Button -## Notifications +Many fields within the InvenTree user interface include a "copy" button, which allows users to quickly copy the value of that field to their clipboard. This is particularly useful for fields that contain important identifiers, such as part numbers, stock item codes, or other relevant data that may need to be easily copied and pasted elsewhere. -## Customization +!!! important "Secure Context" + The "copy" button functionality relies on the browser's clipboard API, which may not be available in all contexts (e.g. if the user is accessing the InvenTree interface via a non-https connection, or through an embedded iframe or a non-standard browser). In such cases, the "copy" button may not function as intended. ## User Permissions