Postponed
Project:
DrupalGap
Version:
7.x-1.x-dev
Component:
Module Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Feb 2016 at 20:23 UTC
Updated:
19 Feb 2016 at 13:24 UTC
Jump to comment: Most recent
Comments
Comment #2
tyler.frankenstein commentedPlease stop prioritizing everything as major. With open source software you need to learn to be patient, or take action into your own hands.
Comment #3
afidegnum commentedplease accept my apologies for that, i just wanted to grab an attention.
Comment #4
tyler.frankenstein commentedThe local forms module you should just be able to enable it in your app, and it should work, see its README file for more information. Admittedly this module needs some love, before I would use it in production, but the ground work is laid out.
As for local storage, that is built into jDrupal for Entity retrieval and Views JSON, meaning if you enable it in settings.js, entities and views json will be cached in local storage when they are loaded, so subsequent loads don't need to go out to the server (until the local copy expires).
Comment #5
afidegnum commentedthanks for your response, What's the best to use? to be able to create a node locally, when there is no connectivity to the remote drupal site?
Comment #6
tyler.frankenstein commentedLocal forms.
Comment #7
afidegnum commentedso for node entry
drupalgap.settings.local_forms = {
forms: ['node_edit']
};
drupalgap.settings.local_forms = {
forms: ['node']
};
which one is the correct one?
Comment #8
afidegnum commentedok, when applied local_form to the node id, there is no response and the menu does not submit,
when applied to the user login form, I had a CSRF validation error, the for does not submit too but while refreshing the page, i have an infinite pop of alert message as the user is already logged in.
can you please help look into this?
Comment #9
tyler.frankenstein commentedI appreciate you testing this and digging deeper into it. Personally, I don't need this with any urgency, nor do any of my clients so I won't be digging into any code for this one until an undetermined time. Until then I continue to encourage any contributions towards resolving this commonly requested feature, and continued contributions towards the work that has already been done.