Fix forms' data-base-target

refs #27
This commit is contained in:
Alexander A. Klimov 2017-09-20 10:51:09 +02:00
parent cc5899abab
commit 8939b11b73
2 changed files with 2 additions and 0 deletions

View file

@ -36,6 +36,7 @@ class CommonForm extends Form
public function init()
{
$this->setName('form_timerangepickercommon_graphite');
$this->setAttrib('data-base-target', '_self');
}
public function createElements(array $formData)

View file

@ -40,6 +40,7 @@ class CustomForm extends Form
public function init()
{
$this->setName('form_timerangepickercustom_graphite');
$this->setAttrib('data-base-target', '_self');
}
public function createElements(array $formData)