|
|
|
|
|
|
|
|
use Lc\ShopBundle\Context\TreeInterface; |
|
|
use Lc\ShopBundle\Context\TreeInterface; |
|
|
use Lc\ShopBundle\Form\Backend\Common\AbstractEditPositionType; |
|
|
use Lc\ShopBundle\Form\Backend\Common\AbstractEditPositionType; |
|
|
use Lc\ShopBundle\Form\Backend\Filters\ListFilterType; |
|
|
use Lc\ShopBundle\Form\Backend\Filters\ListFilterType; |
|
|
|
|
|
use Lc\ShopBundle\Model\User; |
|
|
use Lc\ShopBundle\Services\UtilsManager; |
|
|
use Lc\ShopBundle\Services\UtilsManager; |
|
|
use Mailjet\MailjetSwiftMailer\SwiftMailer\MailjetTransport; |
|
|
use Mailjet\MailjetSwiftMailer\SwiftMailer\MailjetTransport; |
|
|
use Symfony\Bridge\Doctrine\Form\Type\EntityType; |
|
|
use Symfony\Bridge\Doctrine\Form\Type\EntityType; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$id = $this->request->query->get('id'); |
|
|
$id = $this->request->query->get('id'); |
|
|
$easyadmin = $this->request->attributes->get('easyadmin'); |
|
|
$easyadmin = $this->request->attributes->get('easyadmin'); |
|
|
$entity = $easyadmin['item']; |
|
|
|
|
|
|
|
|
$entity = $easyadmin['item']; |
|
|
|
|
|
|
|
|
if ($this->request->isXmlHttpRequest() && $property = $this->request->query->get('property')) { |
|
|
if ($this->request->isXmlHttpRequest() && $property = $this->request->query->get('property')) { |
|
|
$newValue = 'true' === mb_strtolower($this->request->query->get('newValue')); |
|
|
$newValue = 'true' === mb_strtolower($this->request->query->get('newValue')); |