avc

Results 34 comments of avc

Hi: I can reproduce it (develop branch) only under this conditions: - 2 table fields pointing to the same child table - No field with "In list view" property checked...

@niraj2477 Yes, I can now reproduce it with just one table. Sometimes `df.in_list_view` = 0, so `in_list_view_cells ` is empty. In my case, I reproduce it after editing doctype (without...

Look here. Is merged on v14 develop https://github.com/frappe/frappe/pull/18887

@phot0n @surajshetty3416 Currently Gantt (month names) use English language, despite frappe user language settings. After this PR, `gantt_view.js` will consider `language `parameter provided from `xxxx_calendar.js` or English if not provided....

Yeah! We will try it without create Third World War ... Anyway, fix on Frappe side lets use other languages at least until Gantt library gets updated.

I've found this ... seems a better way to manage it. https://github.com/frappe/gantt/pull/252 But I don't really know if it will be merged someday ..

Hi: Check this: https://commit.frappe.cloud/dashboard https://github.com/The-Commit-Company/frappe_er_generator

_Patience is the mother of all sciences - Unknown_ ;) (thanks for your unvaluable work, @blaggacao )

This piece of code makes "Administrator" so special ...😉 https://github.com/frappe/frappe/blob/fc1c3f895a2bbd99dd7a0574de180a4095b6e41b/frappe/core/doctype/doctype/doctype.js#L44C1-L51C4