seitime-frappe/frappe/custom
mergify[bot] 65ce529a04
fix: front-end bug in 'customize_form.js', triggered by delete actions on child-tables (#26344) (#26644)
* fix: Doctype Links not updating #26041
https://github.com/frappe/frappe/issues/26041

In refresh_field(fieldname, txt) function of grid_row.js, added the comments :-
    // the below if statement is added to factor in the exception when this.doc is undefined -
    // - after row removals via customize_form.js on links, actions and states child-tables
    if (this.doc)
            field.docname = this.doc.name;

* fix: Doctype Links not updating frappe#26041

In customize_form.js :-
defined parent and parenttype as local variables in the event functions for child tables links, actions and states

* Revert "In customize_form.js :-"

This reverts commit 6732f0aec4733490da46d7bd5cbedf239d13ec89.

* fix: Doctype Links not updating #26041

* style: amended spacing as per 'prettier' in precommit

* style: added comma after last event definitions in child doctype, as per 'prettier' in precommit

(cherry picked from commit b9f48455be10b40ab53375d7aef9fbaac644aea6)

Co-authored-by: Karan Wilson <48678570+karanwilson@users.noreply.github.com>
2024-06-03 12:25:14 +05:30
..
doctype fix: front-end bug in 'customize_form.js', triggered by delete actions on child-tables (#26344) (#26644) 2024-06-03 12:25:14 +05:30
fixtures refactor: update usage of modified everywhere 2024-03-27 11:23:13 +05:30
form_tour/custom_field fix: include name field and onboarding for print format, report 2021-11-24 19:18:27 +05:30
module_onboarding/customization fix: include name field and onboarding for print format, report 2021-11-24 19:18:27 +05:30
onboarding_step fix: include name field and onboarding for print format, report 2021-11-24 19:18:27 +05:30
report fix: ruff fixes 2024-02-07 17:04:31 +05:30
__init__.py [refactor] custom 2014-09-29 12:21:11 +05:30