-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add local storage layer to entity index #27
Comments
This isn't ready yet because Services doesn't return a fully loaded node object. |
This can be in Services now: https://www.drupal.org/node/2601764 |
@signalpoint, does this exist in |
@kentr this hasn't made it into the 8.x version yet. The code that powers it for 7.x is here: https://github.com/easystreet3/jDrupal/blob/7.x-1.x/src/entity.js I'd love to find a way to share that functionality between 7 and 8, because the layer between jDrupal and the local storage should be almost identical. |
This commit was crucial to this implementation: 0a9f907
The text was updated successfully, but these errors were encountered: