User that has access rights for more than one Group

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
ebrief
Posts: 5
Joined: 2013-07-22 14:38

User that has access rights for more than one Group

Post by ebrief » 2014-06-10 21:30

Does anyone have a suggestion on how to allow a user to see records from more than one permission group set?

My goal is to maintain the integrity of the code that AppGini creates fabulously.

Thank you in advance.

KSan
AppGini Super Hero
AppGini Super Hero
Posts: 252
Joined: 2013-01-08 20:17

Re: User that has access rights for more than one Group

Post by KSan » 2014-06-12 06:24

Just see as in looking at a report (read-only) or actually access to edit etc? If latter I don't believe there is a way yet. Membership to multiple groups has been requested a number of times and Ahmad has said he will consider this eventually. If prior, as in read only report etc, you should be able to run an SQL statement in a hook code to get whatever data you want to present. At SQL level you are not constrained by AppGini user rights.

AhmedBR
AppGini Super Hero
AppGini Super Hero
Posts: 327
Joined: 2013-09-19 10:23

Re: User that has access rights for more than one Group

Post by AhmedBR » 2014-06-12 11:12

Did you try to give a special permission to that user from the administration area?
AppGini 22.14 - xampp 3.3.0 - PHP 7.4.30 - Summary reports - Calendar - Mass update - Messages - AppGiniHelper

Post Reply