Francisco Roldán

Results 11 comments of Francisco Roldán

I am stuck with the same problem. I understand that queryset are lazy, so I going with the list(qs) approach until now (though @Andreypnfrv approach seems nicer). The problem I'm...

Hi!, there is not function DELETE, but i added this code to tasty-resource.js. ``` javascript TastyResourceFactory.prototype.remove = function(id) { var promise, url, _this = this; url = this._get_detail_url(id); this._resolved =...

This is a frappe-related issue. In [this lines](https://github.com/frappe/frappe/blob/develop/frappe/desk/doctype/number_card/number_card.js#L159-L163) the currency fields with no options or option different than ‘Company:company:default_currency’ are omitted Any idea why this restriction exists?

@agritheory I have purposely put an older hash on 3 methods that were slightly modified in v15 and should do a review if we need to include those changes. ```...