Kaynağa Gözat

media type json

master
Daniel 1 yıl önce
ebeveyn
işleme
1a1f0ced28
2 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -0
      httpdocs/config/packages/api_platform.yaml
  2. +0
    -1
      httpdocs/src/Filter/CustomJsonOrderFilter.php

+ 1
- 0
httpdocs/config/packages/api_platform.yaml Dosyayı Görüntüle

@@ -2,6 +2,7 @@ api_platform:
title: Imaq Platform title: Imaq Platform
version: 1.0.0 version: 1.0.0
formats: formats:
json: [ 'application/json' ]
jsonld: ['application/ld+json'] jsonld: ['application/ld+json']
docs_formats: docs_formats:
jsonld: ['application/ld+json'] jsonld: ['application/ld+json']


+ 0
- 1
httpdocs/src/Filter/CustomJsonOrderFilter.php Dosyayı Görüntüle

@@ -128,7 +128,6 @@ class CustomJsonOrderFilter extends AbstractFilter
'description' => 'Order by a specific field, optionally on nested sub-resources or by count of sub-resources. Format: { "active": "fieldName", "direction": "asc|desc", "listColDefinition": { "field": "fieldName", "sortingFieldName": "sortFieldName", "sortingSubResource": "subResource", "countSortSubresource": true, "countSortSubresourceValue": "value" or ["value1", "!value2"], "countSortSubresourceField": "fieldToCompare", "countSortFilterSubResource": "subResource", "countSortFilterSubresourceField": "field", "countSortFilterSubresourceValue": "value" } }', 'description' => 'Order by a specific field, optionally on nested sub-resources or by count of sub-resources. Format: { "active": "fieldName", "direction": "asc|desc", "listColDefinition": { "field": "fieldName", "sortingFieldName": "sortFieldName", "sortingSubResource": "subResource", "countSortSubresource": true, "countSortSubresourceValue": "value" or ["value1", "!value2"], "countSortSubresourceField": "fieldToCompare", "countSortFilterSubResource": "subResource", "countSortFilterSubresourceField": "field", "countSortFilterSubresourceValue": "value" } }',
'name' => 'custom_order', 'name' => 'custom_order',
'type' => 'string', 'type' => 'string',
'example' => '{"active":"cntSoldItems","direction":"desc","listColDefinition":{"field":"cntSoldItems","sortingSubResource":"tradePileItems","countSortSubresource":true,"countSortSubresourceValue":["closed"],"countSortSubresourceField":"tradeState","countSortFilterSubResource":"account","countSortFilterSubresourceField":"tmOpen","countSortFilterSubresourceValue":"0"}}',
], ],
], ],
]; ];


Yükleniyor…
İptal
Kaydet