Tyler Frankenstein
Tyler Frankenstein
@jacobembree I think `node_access()` can stay inside DrupalGap, since I assume folks using just jDrupal are building their own front end and access control layers. If you'd like to add...
Sorry, I don't understand the question here. I don't really see any DrupalGap specific code either, so I'm not sure who/what/where/why/when you're trying to use DrupalGap, jDrupal and JSON from...
@SegaWeb There are a few more hooks you can try listed here: https://github.com/signalpoint/DrupalGap/blob/7.x-1.x/src/modules/api/api.js Try some of the `hook_entity_*` ones, this one looks promising: https://github.com/signalpoint/DrupalGap/blob/7.x-1.x/src/modules/api/api.js#L311
@mkinnan Possible suspect code blocks: https://github.com/signalpoint/DrupalGap/blob/7.x-1.x/src/includes/go.inc.js#L146 https://github.com/signalpoint/DrupalGap/blob/7.x-1.x/src/includes/page.inc.js#L253 You may be able to do this just prior to the `drupalgap_goto()` call: ``` _drupalgap_goto_query_string = true; ```
@mkinnan As a workaround, you can probably do something like this. ``` drupalgap_goto('drupalgap-events', { field_tags_event_type_target_id: 123, reloadPage: true }); ``` And then in your `page_callback` and or `pageshow` you should...
@gs9999 > the exposed filters ARE showing even though I am using the exposed_filters: false setting. Grab the latest `bin/drupalgap.min.js` file, I may not have included this feature in the...
@nevkatz I think I understand the question here, would you please provide a screen shot though for clarification? There are some issues with the actual title that appears on a...
@mkinnan This seems like an OK approach. When you set the `default_value`, if you were to check if it is a new node, then you could skip setting the value...
Negative ghost rider, dg7 only.
See here: https://www.drupal.org/project/services/issues/2224803