Page 1 of 1

Is there a way to remove the Admin Information ?

Posted: 2021-08-22 19:49
by mohamed
Hello,

Is there a way to remove the Admin Information in Detail View using the AppGini Helper JavaScript Library ?

Re: Is there a way to remove the Admin Information ?

Posted: 2021-08-22 20:39
by jsetzer
Well, it is only visible for admin user and not for other users.

There is no function for hiding it, yet, but I can add this feature to next version.

Re: Is there a way to remove the Admin Information ?

Posted: 2021-08-23 04:42
by mohamed
Jsetzer,

Great .. Thank you sir ..

Re: Is there a way to remove the Admin Information ?

Posted: 2021-11-24 07:30
by jsetzer
In next version there will be the following function:

Code: Select all

// file: hooks/TABLENAME-dv.js
AppGiniHelper.dv.hideAdminButton();

Re: Is there a way to remove the Admin Information ?

Posted: 2022-01-08 13:20
by mohamed
Thank you...