This commit is contained in:
@@ -206,9 +206,6 @@ todo:3 todo: check out this SPA memory leak detector, it *does* have a login abi
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
todo: 1 pm and quote biz grandchildren need trans keys because they are selectable for notifications and search and will otherwise display untranslated
|
|
||||||
even though not used in actual forms for display
|
|
||||||
|
|
||||||
todo: 1 dashboard cleanup before beta, TestWidgetDataList call is triggering an exception at server, no test widget data list
|
todo: 1 dashboard cleanup before beta, TestWidgetDataList call is triggering an exception at server, no test widget data list
|
||||||
maybe just make one that works and remove the rest??
|
maybe just make one that works and remove the rest??
|
||||||
Priciest widgets crashes as it uses an actual data list, the other three are fake data and don't cause an exception but are unclear that they are test ones
|
Priciest widgets crashes as it uses an actual data list, the other three are fake data and don't cause an exception but are unclear that they are test ones
|
||||||
@@ -838,7 +835,7 @@ BUILD 8.0.0-beta.0.15 CHANGES OF NOTE
|
|||||||
- updated all docs with example backslash in config.json to include sample specific to windows and linux separately and predominant warning about any backslashes need to be doubled in config.json file
|
- updated all docs with example backslash in config.json to include sample specific to windows and linux separately and predominant warning about any backslashes need to be doubled in config.json file
|
||||||
- updated install docs for windows iis and lan to include windows pg14's dump path in the example and also a block explaining about setting that to the correct location
|
- updated install docs for windows iis and lan to include windows pg14's dump path in the example and also a block explaining about setting that to the correct location
|
||||||
- changed installed config.json for windows lan and iis to include a pre-configured pg_dump path assuming pg14 is installed to default location
|
- changed installed config.json for windows lan and iis to include a pre-configured pg_dump path assuming pg14 is installed to default location
|
||||||
- Removed 860 unused translation keys 2315 was now is 1455
|
- Removed 843 unused translation keys
|
||||||
- Report change: z_customfields deprecated translation key ObjectCustomFieldFieldType replaced with key UiFieldDataType
|
- Report change: z_customfields deprecated translation key ObjectCustomFieldFieldType replaced with key UiFieldDataType
|
||||||
- Reports change: swapped deprecated translation key NetValue not used in UI for NetPrice same translation "Net" in the following reports:
|
- Reports change: swapped deprecated translation key NetValue not used in UI for NetPrice same translation "Net" in the following reports:
|
||||||
Charges Summary Grouped By Customer.ayrt
|
Charges Summary Grouped By Customer.ayrt
|
||||||
|
|||||||
@@ -2,17 +2,17 @@ import authorizationroles from "./authorizationroles";
|
|||||||
const role = authorizationroles.AUTHORIZATION_ROLES;
|
const role = authorizationroles.AUTHORIZATION_ROLES;
|
||||||
export default {
|
export default {
|
||||||
registry: [
|
registry: [
|
||||||
{
|
// {
|
||||||
id: "TestListWidgetsPriciest",
|
// id: "TestListWidgetsPriciest",
|
||||||
roles: [
|
// roles: [
|
||||||
role.BizAdmin,
|
// role.BizAdmin,
|
||||||
role.BizAdminRestricted,
|
// role.BizAdminRestricted,
|
||||||
role.Sales,
|
// role.Sales,
|
||||||
role.SalesRestricted
|
// role.SalesRestricted
|
||||||
],
|
// ],
|
||||||
title: "Priciest widgets (all time) ",
|
// title: "Priciest widgets (all time) ",
|
||||||
type: "GzDashTestListWidgetsPriciest"
|
// type: "GzDashTestListWidgetsPriciest"
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
id: "TestBarWidgetCountByUserType",
|
id: "TestBarWidgetCountByUserType",
|
||||||
roles: [
|
roles: [
|
||||||
|
|||||||
@@ -72,13 +72,13 @@
|
|||||||
const FORM_KEY = "home-dashboard";
|
const FORM_KEY = "home-dashboard";
|
||||||
import DashRegistry from "../api/dash-registry";
|
import DashRegistry from "../api/dash-registry";
|
||||||
//---------- DASH ITEMS ----------
|
//---------- DASH ITEMS ----------
|
||||||
import GzDashTestListWidgetsPriciest from "../components/dash-test-list-widgets-priciest.vue";
|
//import GzDashTestListWidgetsPriciest from "../components/dash-test-list-widgets-priciest.vue";
|
||||||
import GzDashTestBarWidgetCountByUserType from "../components/dash-test-bar-widget-count-by-usertype.vue";
|
import GzDashTestBarWidgetCountByUserType from "../components/dash-test-bar-widget-count-by-usertype.vue";
|
||||||
import GzDashTestLineWidgetMonthlyTotalPrice from "../components/dash-test-line-widget-monthly-total-price.vue";
|
import GzDashTestLineWidgetMonthlyTotalPrice from "../components/dash-test-line-widget-monthly-total-price.vue";
|
||||||
import GzDashTestDayCalendarWidget from "../components/dash-test-day-calendar-widget.vue";
|
import GzDashTestDayCalendarWidget from "../components/dash-test-day-calendar-widget.vue";
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
GzDashTestListWidgetsPriciest,
|
//GzDashTestListWidgetsPriciest,
|
||||||
GzDashTestBarWidgetCountByUserType,
|
GzDashTestBarWidgetCountByUserType,
|
||||||
GzDashTestLineWidgetMonthlyTotalPrice,
|
GzDashTestLineWidgetMonthlyTotalPrice,
|
||||||
GzDashTestDayCalendarWidget
|
GzDashTestDayCalendarWidget
|
||||||
|
|||||||
Reference in New Issue
Block a user