Skip to content
Snippets Groups Projects

Issue #3509161 by eduardo morales alberti: Do not delete rows on translation add

Files
6
@@ -11,7 +11,11 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
*/
abstract class BaseSelectFilter extends InOperator implements ContainerFactoryPluginInterface {
// phpcs:ignore
/**
* Value form type.
*
* @var string
*/
protected $valueFormType = 'select';
/**
Loading