seeded vendors added vendortype tags

This commit is contained in:
2021-11-10 23:26:15 +00:00
parent 08aafdf224
commit 2b4546e7e5

View File

@@ -378,10 +378,8 @@ todo: 3 Schedule form reporting?
|_____/|______|_| \_\ \/ |______|_| \_\
todo: 1 server is not logging the .net framework version when it boots to the regular log
it is viewable in ops->serverinfo but that's not helpful when all you have is a log
todo: 1 seeding - seeded vendors should be tagged with type i.e. Shipping, Supplier whatever replaces the old vendortype property so trial users can make sense of it
todo: 1`don't log user logins in INFO level, move down to debug or trace
however, *do* maybe insert it into the event log as a special event, I think there is a case here or in rockfish for that
@@ -945,4 +943,5 @@ BUILD 136 CHANGES OF NOTE
- Fixed issue where a User set to inactive still had access as long as they didn't log out. Now, setting inactive zaps their auth token and they are immediately locked out.
- Fixed bug where a new workorder / quote / pm with an address entered has the address overwritten on first save, now checks if anything in address or postaddress and doesn't overwrite if there is
- Added .net version to boot log, was previously only viewable inside ops->server info which was not helpful for diagnosing a server boot issue
- Added vendor type tags to data seeder for vendors (vendor type)