Closed (works as designed)
Project:
DrupalGap
Version:
7.x-1.5
Component:
Module Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2014 at 18:45 UTC
Updated:
30 Jun 2014 at 10:10 UTC
Jump to comment: Most recent
Comments
Comment #1
tyler.frankenstein commentedYou need the Views Datasource module, which contains a sub module called Views JSON.
To elaborate on this, the reason folks get confused on this is because the dependency is listed as views_json in drupalgap.info, which is a sub module of views_datasource. The way Drush sees views_json is the old deprecated version of the module, and there doesn't appear to be a way (that I know of) to tell Drush that views_json is actually a sub module of views_datasource. Also, views_datasource can't be listed as a module dependency in drupalgap.info, because even though the machine name of the project is views_datasource, there isn't actually a module inside the project with a machine name of views_datasource.
To get around this, you need to manually download views_datasource first, then enable DrupalGap.
Comment #2
mwangi commentedThanks,
was looking for this information too.
I had disabled the dependency but that was not working.
Apprecited!
Comment #3
sumanthkumarc commentedThank You, It worked for me :)