route search and storie on api/v3

This commit is contained in:
aynsix
2019-12-05 12:30:23 +04:00
parent 5929690333
commit e4b29d70c5
5 changed files with 872 additions and 9 deletions

View File

@@ -1692,7 +1692,7 @@ class record_adapter implements RecordInterface, cache_cacheableInterface
* @throws Exception
* @throws \Doctrine\DBAL\DBALException
*/
public function getChildren($offset = 0, $max_items = null)
public function getChildren($offset = 1, $max_items = null)
{
if (!$this->isStory()) {
throw new Exception('This record is not a grouping');