Concurrent Layout: How to add users as Admin?

tekknogenius wrote on Friday, April 06, 2007:

I just installed from CVS to test something and the concurrent layout is the default. Since it is a new install (no previous data) there are no patients. How does one go about adding patients or seeing the administration forms as when the concurrent layout is not chosen? I reverted to the non concurrent layout and they show up so I can do what I need to do, but am curious how in the new layout one adds users or patients as I do not see the options. And several buttons are greyed out (assuming since there are no patients those options do not show). BTW I did not set GACL up in my test instance either so I would assume that it would be wide open as far as user types go.

Thanx

sunsetsystems wrote on Friday, April 06, 2007:

You should see selectable radio buttons in the left frame for "Admin" and "New Pt".  If not, perhaps your logged-in user does not have their Authorized flag set?

Rod
www.sunsetsystems.com

drbosman wrote on Wednesday, April 18, 2007:

Same problem here; no radio buttons for Admin and New Pt; not even greyed out. User "admin".

emungai wrote on Monday, May 07, 2007:

Is there a fix for this yet?
–Thanks

sunsetsystems wrote on Monday, May 07, 2007:

I just checked in a fix for interface/main/left_nav.php.  It seems a recent "fix" had broken it.

Note to developers trying to eliminate all those PHP warnings: Do not blindly change "if (foo)" to "if (isset(foo))"!  More likely that you want "if (!empty(foo))" instead.

Rod
www.sunsetsystems.com

emungai wrote on Tuesday, May 08, 2007:

That did it. Thanks Rod.