[interchange] * Add WHATSNEW entry for [userdb valref=...] change.
Mike Heins <[email protected]> Sun, 17 Jul 2016 15:27:52 +0000
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 372f515bcad9b2dae3e5c053a606e62d26842f87 Author: Mike Heins <[email protected]> Date: Sun Jul 17 11:27:29 2016 -0400 * Add WHATSNEW entry for [userdb valref=...] change. WHATSNEW-5.11 | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) --- diff --git a/WHATSNEW-5.11 b/WHATSNEW-5.11 index 014ceb1..b15bb01 100644 --- a/WHATSNEW-5.11 +++ b/WHATSNEW-5.11 @@ -35,3 +35,21 @@ Database global variable if the file _indev is present in $Global::VendRoot. This allows interchange.cfg bifurcation, useful when maintain a SCCS repository. + +* Add valref and scratchref options to UserDB, allowing the admin + user to put their stuff in someplace besides $Values. This would + allow you to easily set $Values to customer or affiliate settings, + without impacting the admin user. + + If you do: + + UserDB ui valref user_record + UserTag uvalue Alias data base=session key= + + you will then be able to reference the Admin "values" with + + [uvalue name] + + The [if-mm] tag probably needs to be adjusted for this to work + in the admin in real life. +