When using this function, it responded only old container. New containers did NOT respond.
$objects = $this->_object_storage
->with('')
->setContext('search')
->setFilter('type', 'container') // object or container
->setFilter('', '')
->setMime('json') //json - xml - plain
->get();
How can i fix it?
Thanks
When using this function, it responded only old container. New containers did NOT respond.
$objects = $this->_object_storage
->with('')
->setContext('search')
->setFilter('type', 'container') // object or container
->setFilter('', '')
->setMime('json') //json - xml - plain
->get();
How can i fix it?
Thanks