Jacob Embree
Jacob Embree
This is blocked by https://github.com/signalpoint/DrupalGap/pull/1002. If that pull request is accepted then it might make sense to use `node_access()` more.
When a placeholder access argument maps to a loaded object the list of access arguments at position `index` gets replaced with the loaded object. However, when there's no entity and...
This is a followup to https://github.com/signalpoint/DrupalGap/issues/4. This logs the user out of the app on success or failure of the logout resource. The alert that the user is not logged...
I'd like to improve the `node_access()` function. For one thing, I'd like to add the `op` parameter so that `node_access()` can be used as an access callback for `node/add/%`. @signalpoint...
When the menu contains only one item, hence, no children, this error will occur. supersubs.js: `}).appendTo($$)[0].clientWidth; //clientWidth is faster than .width()` That line expects an array of elements. If there...