mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-09 00:38:26 +01:00
Added a possibility to restrict the access to certain entity columns.
This commit is contained in:
@@ -34,6 +34,8 @@ use Doctrine\ORM\Mapping as ORM;
|
||||
* must have the table row "id"!! The ID is the unique key to identify the elements.
|
||||
*
|
||||
* @ORM\MappedSuperclass()
|
||||
*
|
||||
* @ORM\EntityListeners({"App\Security\EntityListeners\ElementPermissionListener"})
|
||||
*/
|
||||
abstract class DBElement
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user