Procházet zdrojové kódy

fix: added text editor dialog on hide action (#17117)

* fix: added text editor dialog on hide action

When we edit text editor field and close the dialog the cell in datatable is empty

* chore: bump datatable to 1.16.4
version-14
Shariq Ansari před 3 roky
committed by GitHub
rodič
revize
f96c623b33
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
3 změnil soubory, kde provedl 8 přidání a 6 odebrání
  1. +3
    -1
      frappe/public/js/frappe/views/reports/report_view.js
  2. +1
    -1
      package.json
  3. +4
    -4
      yarn.lock

+ 3
- 1
frappe/public/js/frappe/views/reports/report_view.js Zobrazit soubor

@@ -624,9 +624,11 @@ frappe.views.ReportView = class ReportView extends frappe.views.ListView {
title: __('Edit {0}', [col.docfield.label]),
fields: [col.docfield],
primary_action: () => {
this.datatable.cellmanager.submitEditing();
this.datatable.cellmanager.deactivateEditing();
d.hide();
},
on_hide: () => {
this.datatable.cellmanager.deactivateEditing(false);
}
});
d.show();


+ 1
- 1
package.json Zobrazit soubor

@@ -35,7 +35,7 @@
"express": "^4.17.1",
"fast-deep-equal": "^2.0.1",
"frappe-charts": "^2.0.0-rc13",
"frappe-datatable": "^1.16.1",
"frappe-datatable": "^1.16.4",
"frappe-gantt": "^0.6.0",
"fuse.js": "^3.4.6",
"highlight.js": "^10.4.1",


+ 4
- 4
yarn.lock Zobrazit soubor

@@ -1780,10 +1780,10 @@ frappe-charts@^2.0.0-rc13:
resolved "https://registry.yarnpkg.com/frappe-charts/-/frappe-charts-2.0.0-rc13.tgz#fdb251d7ae311c41e38f90a3ae108070ec6b9072"
integrity sha512-Bv7IfllIrjRbKWHn5b769dOSenqdBixAr6m5kurf8ZUOJSLOgK4HOXItJ7BA8n9PvviH9/k5DaloisjLM2Bm1w==

frappe-datatable@^1.16.1:
version "1.16.1"
resolved "https://registry.yarnpkg.com/frappe-datatable/-/frappe-datatable-1.16.1.tgz#a5844b7ad8259ef45606608f492ca4b343006818"
integrity sha512-TRj3459YWyJdoP9MgHfOAEq7ylyoT3TVkwxLQGEmn5Xj6UAJOFa7F9j4TaWnFXW8tuoy69z/TktDclOurMeT2w==
frappe-datatable@^1.16.4:
version "1.16.4"
resolved "https://registry.yarnpkg.com/frappe-datatable/-/frappe-datatable-1.16.4.tgz#cb26f197c3cd404a5b13f016ef81c394e06f56fe"
integrity sha512-VoiTLnkuObMa3FxITrvP32UYN9v4WQ0j4qlCiDuqdXha9/BVSxwDt2BTK+cvaRloGcds5G2Hm9IRbltRRGGhxA==
dependencies:
hyperlist "^1.0.0-beta"
lodash "^4.17.5"


Načítá se…
Zrušit
Uložit