This commit is contained in:
2022-03-08 18:48:55 +00:00
parent 696f60e166
commit 3fefca8784
2 changed files with 21 additions and 6 deletions

View File

@@ -57,8 +57,11 @@ How to implement auto notifications if can report and send from server
todo: dbutil erase db new tables not added!! may b e more than just customernotification, haven't been in there in a while
todo: more reportable events likely need to be set as it only has two and sb more see v7 etc
todo: remove these unused fields:
public string Subject { get; set; }//email subject line
public string Message { get; set; }//email body
OTHER B4BETA
copy of customer notification doesn't seem to be implemented, possibly others, do a reference search for each notification and track down any that remain un-implemented.
@@ -847,6 +850,8 @@ Current v8 docs home: https://www.ayanova.com/docs/
BUILD 8.0.0-beta.1-rc4 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 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