Procházet zdrojové kódy

Merge branch 'develop' into format-currency-in-dashboard-chart

version-14
Suraj Shetty před 4 roky
committed by GitHub
rodič
revize
563c726437
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 4AEE18F83AFDEB23
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +1
    -1
      cypress/integration/table_multiselect.js
  2. +1
    -1
      frappe/desk/doctype/dashboard_chart/dashboard_chart.js

+ 1
- 1
cypress/integration/table_multiselect.js Zobrazit soubor

@@ -45,6 +45,6 @@ context('Table MultiSelect', () => {
cy.get(`.list-subject:contains("table multiselect")`).last().find('a').click();
cy.get('.frappe-control[data-fieldname="users"] .form-control .tb-selected-value').as('existing_value');
cy.get('@existing_value').find('.btn-link-to-form').click();
cy.location('pathname').should('contain', '/user/test%40erpnext.com');
cy.location('pathname').should('contain', '/user/test@erpnext.com');
});
});

+ 1
- 1
frappe/desk/doctype/dashboard_chart/dashboard_chart.js Zobrazit soubor

@@ -204,7 +204,7 @@ frappe.ui.form.on('Dashboard Chart', {
{label: __('Last Modified On'), value: 'modified'}
];
let value_fields = [];
let group_by_fields = [];
let group_by_fields = [{label: 'Created By', value: 'owner'}];
let aggregate_function_fields = [];
let update_form = function() {
// update select options


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