mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
Add debug for travis
This commit is contained in:
@@ -1919,6 +1919,8 @@ class API_V1_adapter extends API_V1_Abstract
|
|||||||
*/
|
*/
|
||||||
protected function list_databox_metadata_field_properties(databox_field $databox_field)
|
protected function list_databox_metadata_field_properties(databox_field $databox_field)
|
||||||
{
|
{
|
||||||
|
echo "listing properties for ".$databox_field->get_id()."\n";
|
||||||
|
var_dump($databox_field->get_tag());
|
||||||
$ret = array(
|
$ret = array(
|
||||||
'id' => $databox_field->get_id(),
|
'id' => $databox_field->get_id(),
|
||||||
'namespace' => $databox_field->get_tag()->getGroupName(),
|
'namespace' => $databox_field->get_tag()->getGroupName(),
|
||||||
|
Reference in New Issue
Block a user