Needs work
Project:
Services Views
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2012 at 03:51 UTC
Updated:
9 Jul 2013 at 04:16 UTC
Jump to comment: Most recent file
Comments
Comment #1
decipheredOne thing to note about the new resources, as they are 'actions' not 'CRUD' they are POST instead of GET, just the way the Services module works I'm afraid.
Also, apologies that this is for D6, I certainly no how I feel about dev in D6, but that's what the client needs, I have no doubt that the code should be simple to port for D7.
Comment #2
decipheredMinor update to the patch; Changed the source of arguments for the new Action resources, now expect POST data, this was done as it appeared the query string source was conflicting with the OAuth signatures.
Comment #3
decipheredThis patch is also valid for Drupal 7.
Comment #4
qasimzee commentedIn D7 I don't think with this patch we can restrict that only certain views should be accessible through services.
Comment #5
deciphered@qasimzee
I'm not sure if you're saying this Patch doesn't work or that it shouldn't be allowed, but I can assure you that it does work and that it should be allowed, as it doesn't prevent the existing functionality but adds to it, and I have clients that definitely have the use case where some views should be accessible to anonymous users where others should have authentication.
Comment #6
qasimzee commentedI am not saying it should not be allowed. It's a great idea.
What I am saying is that after applying the patch in D7, if I enable a specific view resource for example "Retrieves Example view", it doesn't work until I enable "Retrieves specified view". After enabling "Retrieves specified view.", every view becomes visible
Comment #7
qasimzee commentedComment #8
decipheredReproduced issue, will try to reroll patch when I have a chance.