Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
Description
Steps to Reproduce:-
- Select a Type and apply a filter for it
- Select a Tag and click on search button
- Now remove Type using "x" button of type dropdown
- After removing type click on Search button, It show error as "EntityFilters specified without Type name"
Request Payload with type selected:-
{ "excludeDeletedEntities": true, "typeName":"Asset", "entityFilters": { "condition": "AND", "criterion": [ { "attributeName": "name", "operator": "eq", "attributeValue": "Test" }] }, "tagFilters": null, "attributes": null, "limit": 25, "offset": 0, "typeName": null, "classification": "a1509022126155" }
Request Payload without type selected:-
- entityFilters attribute is present without Type which is wrong
{ "excludeDeletedEntities": true, "entityFilters": { "condition": "AND", "criterion": [ { "attributeName": "name", "operator": "eq", "attributeValue": "Test" }] }, "tagFilters": null, "attributes": null, "limit": 25, "offset": 0, "typeName": null, "classification": "a1509022126155" }
Attachments
Attachments
Issue Links
- blocks
-
ATLAS-2217 Remove all taxonomy reference from UI
- Resolved