post release rc4

This commit is contained in:
2022-03-11 20:40:59 +00:00
parent 2a88a6bc25
commit 9417f6fe68
5 changed files with 12 additions and 41 deletions

View File

@@ -24,7 +24,7 @@ FIRST CLIENT SOURCE CODE COMMIT JAN 3rd 2019
todo: fresh boot no license should pre fill super user password and login as there is no list offered and it's a high barrier to find it
actually, any time the license is not the actual purchased one it should pre-fill I think
# OUTSTANDING BEFORE RELEASE
todo: test with licensed key to ensure evaluate is gone and everything works logging in as each user to regular home page
@@ -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/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/
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
-

View File

@@ -1,12 +1,12 @@
{
"name": "ayanova",
"version": "8.0.0-beta.1-rc4",
"version": "8.0.0-beta.1-rc5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ayanova",
"version": "8.0.0-beta.1-rc4",
"version": "8.0.0-beta.1-rc5",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-regular-svg-icons": "^5.15.4",

View File

@@ -1,6 +1,6 @@
{
"name": "ayanova",
"version": "8.0.0-beta.1-rc4",
"version": "8.0.0-beta.1-rc5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.0-beta.1-rc4",
version: "8.0.0-beta.1-rc5",
copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
};

View File

@@ -65,7 +65,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
//DEVELOPMENT MODE
//THIS SHOULD BE FALSE IN RELEASE
//************************************************************
const DEV_MODE = false;
const DEV_MODE = true;
//************************************************************
//**************************************************************
//**************************************************************