-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gallery View & Create Folder uses GraphQL #316
Comments
sminnee
changed the title
Rebase and merge GraphQL work
Gallery View & Create Folder uses GraphQL
Nov 25, 2016
marcello-silverstripe
assigned marcello-silverstripe and chillu and unassigned marcello-silverstripe
Dec 12, 2016
Pull request is being prepared in the following branches: |
This was referenced Dec 19, 2016
Pull requests for peer review: |
Reviewing this. |
3 tasks
tractorcow
pushed a commit
that referenced
this issue
Dec 22, 2016
This was referenced Dec 22, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a developer, I want to use GraphQL as the API for the asset section, so that I have a consistent content API.
Acceptance criteria:
Exclusions
File::canView()
andFolder::canCreate()
permissions are not checked (see GraphQL respects SilverStripe permissions silverstripe-graphql#5)Pagination in gallery view(included this now)Tasks
undefined
) - might be fixed by rebasePagination is broken when uploading first file(moved to Pagination is broken when uploading first file #341)GraphQL resolver allows duplicating folder names(moved to GraphQL resolver allows duplicating folder names #342)PHPDoc for GraphQL classes in asset-admin(moved to PHPDoc for GraphQL classes in asset-admin #343)Notes
framework
andasset-admin
repos.The text was updated successfully, but these errors were encountered: