2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 03:26:45 +00:00

style fixes (#7478)

This commit is contained in:
Matthias Mair 2024-06-19 23:45:44 +02:00 committed by GitHub
parent 12e76333a2
commit 73c10e219c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,13 +16,13 @@ The stock ownership feature is disabled by default, and must be enabled via the
The stock item ownership function does not change or the influence the access rights that have been set
in admin panel. It just hides buttons for edit, add and delete actions. This means that the user who
should have access by ownership needs to have stock item write access set in the admin panel. By
this he also gets write access to all other items, except the item has a different owner.
this he also gets write access to all other items, except the item has a different owner.
Example
* Stock item 1111 has an owner called Daniel
* Stock item 2222 has an owner called Peter
* Stock item 3333 has no owner
* Stock item 3333 has no owner
Set stock item access for Daniel and Peter to V,A,E,D in the admin panel. Now Daniel can edit
1111 but not 2222. Peter can edit 2222 but not 1111. Both can edit 3333.