add map for creating and editing of Character groups Quest Stations
This commit is contained in:
parent
33e1c4d8b5
commit
b7ce9f09cd
3 changed files with 123 additions and 0 deletions
|
|
@ -250,6 +250,8 @@
|
|||
$validation = $this->Validation->addValidationResult($validation, 'title', 'exist', true);
|
||||
}
|
||||
$task = $this->request->getPostParam('task');
|
||||
$longitude = $this->request->getPostParam('longitude');
|
||||
$latitude = $this->request->getPostParam('latitude');
|
||||
$rightText = $this->request->getPostParam('rightText');
|
||||
$wrongText = $this->request->getPostParam('wrongText');
|
||||
|
||||
|
|
@ -418,6 +420,8 @@
|
|||
$validation = $this->Validation->addValidationResult($validation, 'title', 'exist', true);
|
||||
}
|
||||
$task = $this->request->getPostParam('task');
|
||||
$longitude = $this->request->getPostParam('longitude');
|
||||
$latitude = $this->request->getPostParam('latitude');
|
||||
$rightText = $this->request->getPostParam('rightText');
|
||||
$wrongText = $this->request->getPostParam('wrongText');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue