Asghar Abbas

Results 5 comments of Asghar Abbas

I am trying to hack the core for this. Modified `/src/includes/form.submission.inc.js` Executed `make` shows > Generating aggregated drupalgap.js file. > done Updated `index.html` from `` To `` But no luck,...

@signalpoint grunt worked fine, I am sticking to the first solution for now, and its working [https://github.com/signalpoint/DrupalGap/blob/7.x-1.x/src/includes/form.submission.inc.js](https://github.com/signalpoint/DrupalGap/blob/7.x-1.x/src/includes/form.submission.inc.js) ``` /** * Handles a drupalgap form's submit button click. * @param {String}...

Please review [commit](https://github.com/devasghar/DrupalGap/commit/815aaf004376d7eb08434949a2980fc7a5a0a611) This is working well so far Note: button will still be disabled on `javascript:drupalgap_back();`

Ok now we have this on both `_drupalgap_form_submit()` & `entity` level & is working so far, but we need to handle the **401** now > POST localhost/site/?q=drupalgap/user/login.json 401 (Unauthorized: Wrong...