mirror of
https://github.com/inventree/InvenTree.git
synced 2026-03-31 00:21:15 +00:00
Add docs regarding copy button (#11636)
- Closes https://github.com/inventree/InvenTree/issues/11634
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user