post release rc4
This commit is contained in:
@@ -802,42 +802,13 @@ redbone come and get your love
|
|||||||
|
|
||||||
#######################################################################################################################################
|
#######################################################################################################################################
|
||||||
|
|
||||||
https://www.ayanova.com/download/ayanova-windows-x64-single-setup.exe
|
|
||||||
https://www.ayanova.com/download/v8-migrate.exe
|
https://www.ayanova.com/download/v8-migrate.exe
|
||||||
|
https://www.ayanova.com/download/ayanova-windows-x64-single-setup.exe
|
||||||
|
https://www.ayanova.com/download/ayanova-linux-x64-desktop.zip
|
||||||
|
https://www.ayanova.com/download/ayanova-linux-x64-server.zip
|
||||||
|
https://www.ayanova.com/download/ayanova-windows-x64-lan-setup.exe
|
||||||
Current v8 docs home: https://www.ayanova.com/docs/
|
Current v8 docs home: https://www.ayanova.com/docs/
|
||||||
|
|
||||||
BUILD 8.0.0-beta.1-rc4 CHANGES OF NOTE
|
BUILD 8.0.0-beta.1-rc5 CHANGES OF NOTE
|
||||||
|
|
||||||
- Many schema updates, must generate new database with this release
|
-
|
||||||
- subscriptions lists fixed bug where no type selected would display "[undefined]" in data list, now displays nothing
|
|
||||||
- fixed tag control title which was too high and smaller chips so that tag controls are same height as other controls and can show more in a smaller space.
|
|
||||||
- added missing "duration" field description to notify-subscription docs
|
|
||||||
- Added CustomerNotification feature, exposed as Customer notifications in UI Customers section, see corresponding help doc for details (case 4126)
|
|
||||||
- Added user notification delivery log in OPS
|
|
||||||
- Added Customer notification delivery log in OPS
|
|
||||||
- Updated notification types doc page, was missing a few, also sorted alphabetically was random chaos order
|
|
||||||
- Change to ensure color picker shows Alpha selector to control opacity
|
|
||||||
- Fixed issue with long message displaying in the in-app notifications form where it wouldn't wrap properly
|
|
||||||
- Fixed issue where changing the work order or quote status and saving would not update the main work order concurrency token so a subsequent edit in other header fields and save would result in concurrency error
|
|
||||||
- Updated database erase code to include recent tables added and some missing ones include dashboard template
|
|
||||||
- Updated database erase code to erase all reports and return to stock ones on erase database
|
|
||||||
- updated docs for notification system daily ping health check type to mention it also will be sent any time server is restarted
|
|
||||||
- changed warning dialogs for erase database to have "dire" mode with more skulls and crossbones and prominent red button
|
|
||||||
- case 4121 fixed unable to open ops notification settings, fixed incorrect translation key
|
|
||||||
- case 4123 fixed missing / wrong translation keys
|
|
||||||
- case 4124 implemented
|
|
||||||
- case 4125 fixed
|
|
||||||
- case 4127 fixed
|
|
||||||
- case 4129 fixed
|
|
||||||
- case 4132 fixed
|
|
||||||
- case 4133 not reproducible but possible reason and might be fixed in case notes
|
|
||||||
- case 4134 improved docs, some naming
|
|
||||||
- case 4135 changed
|
|
||||||
- case 4137 implemented
|
|
||||||
- case 4138 fixed
|
|
||||||
- case 4139 see notes, not reproducible here
|
|
||||||
- case 4140 n.r., but likely fixed by change see case notes
|
|
||||||
- case 4141 implemented for both back end, front end and also for v8-migrate (was not tracking user before)
|
|
||||||
- case 4142 updated docs
|
|
||||||
- case 4143 fixed, never pre-populates, users can select from list if eval or look it up
|
|
||||||
- case 4144 fixed
|
|
||||||
4
ayanova/package-lock.json
generated
4
ayanova/package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "ayanova",
|
"name": "ayanova",
|
||||||
"version": "8.0.0-beta.1-rc4",
|
"version": "8.0.0-beta.1-rc5",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "ayanova",
|
"name": "ayanova",
|
||||||
"version": "8.0.0-beta.1-rc4",
|
"version": "8.0.0-beta.1-rc5",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-svg-core": "^1.3.0",
|
"@fortawesome/fontawesome-svg-core": "^1.3.0",
|
||||||
"@fortawesome/free-regular-svg-icons": "^5.15.4",
|
"@fortawesome/free-regular-svg-icons": "^5.15.4",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ayanova",
|
"name": "ayanova",
|
||||||
"version": "8.0.0-beta.1-rc4",
|
"version": "8.0.0-beta.1-rc5",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export default {
|
export default {
|
||||||
version: "8.0.0-beta.1-rc4",
|
version: "8.0.0-beta.1-rc5",
|
||||||
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
|
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
|
|||||||
//DEVELOPMENT MODE
|
//DEVELOPMENT MODE
|
||||||
//THIS SHOULD BE FALSE IN RELEASE
|
//THIS SHOULD BE FALSE IN RELEASE
|
||||||
//************************************************************
|
//************************************************************
|
||||||
const DEV_MODE = false;
|
const DEV_MODE = true;
|
||||||
//************************************************************
|
//************************************************************
|
||||||
//**************************************************************
|
//**************************************************************
|
||||||
//**************************************************************
|
//**************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user