Raw Code On User / Groups Page

Hello, I am adding users and setting up my user access control and I see some raw code on the page used to add users. Can anyone help solve this or has anyone ran into this issue before?

OpenEMR Version
I’m using OpenEMR version v5.0.1 (6)

Browser:
I’m using: Chrome & Firefox

Operating System
I’m using:

Logs
Did you check the logs? Was there anything pertinent in them?

Nothing that I can see.

hi @Jeremiah_Barrett ,

Thanks for the report. I just brought in a fix for this in the codebase:
quick bug fix reports on forum by Jeremiah by bradymiller · Pull Request #2409 · openemr/openemr · GitHub

Note that Group stuff doesn’t really do anything and would recommend turning it off with this setting in Administration->Globals (https://www.open-emr.org/wiki/index.php/Administration_Globals#Disable_User_Groups). If you are using the Groups stuff, though, let us know what you are using it for (we have been considering removing that from the codebase unless there is a reason to keep it).

-brady

@brady.miller I haven’t looked into how the groups function but group appointments is a critical need for mental health therapists. If the code isn’t really working I’d like to see it moved into a module that we can enable / disable. Lots of these things that are optional I think can be moved into their own git repos and installed as modules. That’s my thought on it.

1 Like

hi @adunsulag ,

I am not really sure what this Groups stuff is even meant to do.

There’s actually a very nice Group therapy feature in OpenEMR added by Matrix awhile ago (it basically treats Groups like Patients):
https://www.open-emr.org/wiki/index.php/Administration_Globals#Enable_Group_Therapy

-brady