mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-26 11:48:49 +02:00
Allow to restrict the file extensions for a attachment type.
This commit is contained in:
parent
2187f5eac2
commit
fdfb099cb5
25 changed files with 714 additions and 4 deletions
|
@ -37,6 +37,7 @@ use Symfony\Component\Validator\Constraint;
|
|||
/**
|
||||
* This constraint restricts a user in that way that it can not lock itself out of the user system
|
||||
* @package App\Validator\Constraints
|
||||
* @Annotation
|
||||
*/
|
||||
class NoLockout extends Constraint
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue