This commit is contained in:
2021-09-07 18:50:25 +00:00
parent c3c21936ad
commit 433f1eeb45

View File

@@ -197,6 +197,10 @@ todo:3 Whats new in this release popup or link tied into the update process of t
## SERVER MISC ITEMS
@@ -211,18 +215,7 @@ todo:3 Whats new in this release popup or link tied into the update process of t
todo:1 tag based notifications need to be rechecked if tags change, not just the field(s) in question for that notification
for example, user makes a workorder with closeby date and tags but tags don't match when saves
user realizes missed a critical tag, adds it and saves; notification should then check again if can apply whatever it was
Use SameTags = NotifyEventHelper.TwoObjectsHaveSameTags(proposedObj.Tags, currentObj.Tags); to make it easy (workorder complete by)
todo:1 Joyce case 3931 test restore of 4alarm data
Get a copy from Joyce on the red drive, it's about 5gb
write up how to do it if there are manual steps (there will be I guess but maybe there shouldn't be)
make sure it works one way or another
confirm it's really backing up everything
todo:1 add BaseLanguage field to translations so that when people make a copy we know which it came from so in future updates will know which language to insert keys for that translation
so the BaseLanguage must be the "EN" or "DE" etc, not the actual source translation id because it could be a copy of a copy of a copy which would render it useless
stock ones will be their own base language so german will be "DE" etc
todo:1 seeder customer and head office accounts now login show "No features have been enabled for your account"
todo:1 report template NAME uniqueness validation rule: can this be unique by ayatype only?
seems weird that no two reports of any kind can have same name
@@ -241,7 +234,12 @@ todo:1 update to latest postgres portable and document how to do it as well or a
todo:1 server boot log should show exact .net framework version in use, currently shows nothing so if there is a bug fix release or something we'd not know for support
todo:1 Server settings / ops View Server Configuration info page on client should should what shows in boot in log as log may not have that info after a while making diagnostics harder
todo:1 Joyce case 3931 test restore of 4alarm data
Get a copy from Joyce on the red drive, it's about 5gb
write up how to do it if there are manual steps (there will be I guess but maybe there shouldn't be)
make sure it works one way or another
confirm it's really backing up everything
todo:2 clean up / simplify bizroles.cs at server for large objects like work order with same for all children (see quote for how it's done)
@@ -777,4 +775,5 @@ BUILD 129 CHANGES OF NOTE
- Final de-widgetification, removed all remnants of the original widget test code from back and front end
- Fixed bug with bulk operations extension on Workorders / quotes / pm's that was preventing things like mass tagging workorders etc
- Fixed bug where data table page setting was lost on opening a record then returning to the datatable
- User and Contact data lists added Translation column as available option
- User and Contact data lists added Translation column as available option
- Translation added internal "BaseLanguage" field so when we have future updates with new translations in them we know which source language to use to update custom translations