Ankush Menat
Ankush Menat
Check the bench's console or logs for error traceback. This video doesn't help much cause there's no way to find what actually errored out. It's failing somewhere in this function:...
Also possible to close this with little bit of changes: https://github.com/frappe/frappe/issues/3324
because assigned and comments are in the doc object it's kinda weird to expect virtual doctype developers to implement it too... I think for virt doctypes we should not expect...
Add page breaks to get multiple pages. This works just fine now after last fixes from @shariquerik
Client script update clears the meta cache: https://github.com/frappe/frappe/blob/f9bfbfec9843cf3c38c3dbc8b203cc2fcaeb69ca/frappe/custom/doctype/client_script/client_script.py#L7-L12 I've edited them in production many times and they take effect on the first reload (not even forced relead, just normal reload)...
> Conclusion: **the whole idea of Client Scripts is somewhat self-defeating** unless the process of updated script propagation is completely transparent to end users. This is quite exaggerated :man_facepalming: Currently,...
While I get the numbers idea, it's quite difficult to guess which number we are supposed to type, also tabs keep hiding and showing up based on DF display logic....
> Change URL when form tab is changed Since query strings are reserved for.. well... queries, we can use URL fragments for indicating location inside the form. E.g. `original_url#tab=inventory&field=item_code` URL...
this should fix it? (in a way) https://github.com/frappe/frappe/pull/17525
Works just fine. This works when child table is collapsed. fixed typo https://github.com/frappe/frappe/commit/48425c16369a56b2be8f7e158466353b28a8aaf5