Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

NodePagingList type should include optional "source" property #211

Closed
chris-equis opened this issue Apr 6, 2017 · 0 comments
Closed

NodePagingList type should include optional "source" property #211

chris-equis opened this issue Apr 6, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@chris-equis
Copy link

Type of issue: (check with "[x]")

- [ ] New feature request
- [x] Bug  
- [ ] Support request

Current behavior:

NodePagingList interface does not have optional source property as MinimalNodeEntityEntry

Expected behavior:

Property has to be described by the interface as optional

Steps to reproduce the issue:

  1. Make request
    GET https://api-explorer.alfresco.com/alfresco/api/-default-/public/alfresco/versions/1/nodes/-root-/children?includeSource=true

  2. Observe the response

{
    list: {
        pagination: {},
        entries: [],
        source: {}
    }
}
@chris-equis chris-equis changed the title NodePagingList type should include optional source NodePagingList type should include optional "source" property Apr 6, 2017
@eromano eromano self-assigned this Apr 6, 2017
@eromano eromano added the bug label Apr 6, 2017
@eromano eromano added this to the 1.3.1 milestone Apr 6, 2017
@eromano eromano modified the milestones: 1.3.1, 1.4.0 Apr 21, 2017
@eromano eromano mentioned this issue Apr 26, 2017
@eromano eromano closed this as completed Apr 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants