Add propper access control for snips with public option
This commit is contained in:
@ -18,6 +18,7 @@ class SnipType extends AbstractType
|
||||
'attr' => ['rows' => 20],
|
||||
'mapped' => false,
|
||||
])
|
||||
->add('public')
|
||||
;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user