#1375 Opt-in raus, Text
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3424 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
eb6f700e1e
commit
68f66783d9
3 changed files with 4 additions and 24 deletions
|
|
@ -101,8 +101,6 @@ class BookingRequest
|
|||
|
||||
private $acceptPrivacy = false;
|
||||
|
||||
private $acceptProcessing = false;
|
||||
|
||||
/**
|
||||
* BookingRequest constructor.
|
||||
*/
|
||||
|
|
@ -658,21 +656,6 @@ class BookingRequest
|
|||
$this->acceptPrivacy = $acceptPrivacy;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function isAcceptProcessing()
|
||||
{
|
||||
return $this->acceptProcessing;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param mixed $acceptProcessing
|
||||
*/
|
||||
public function setAcceptProcessing($acceptProcessing)
|
||||
{
|
||||
$this->acceptProcessing = $acceptProcessing;
|
||||
}
|
||||
|
||||
/**
|
||||
* @Assert\Callback
|
||||
|
|
|
|||
|
|
@ -151,7 +151,6 @@ class BookingRequestType extends AbstractType
|
|||
->add('notes', TextareaType::class, ['required' => false])
|
||||
->add('acceptTerms', CheckboxType::class, ['required' => true])
|
||||
->add('acceptPrivacy', CheckboxType::class, ['required' => true])
|
||||
->add('acceptProcessing', CheckboxType::class, ['required' => true])
|
||||
->add('acceptLegalRights', CheckboxType::class, ['required' => true])
|
||||
;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue