Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Audit not working
 
Notifications
Clear all

Audit not working

7 Posts
3 Users
0 Reactions
8,925 Views
 BEAU
(@mamath)
Posts: 24
Active Member
Topic starter
 
[#1333]

Hello guys,

First, thank you for your work, ProjectOR RIA is exactly what i'm looking for.

My issue :
since you have add access right management in the "control" function of the class SqlElement, no audit are record any more.
Have you already identify this issue ?

I have solve it (temporatly) by changing the line 2256 of the class :

if (get_class($this)=='Alert' or get_class($this)=='Mail' or get_class($this)=='Audit') {

(in blod my change).

do you confirm the issue ? and plan you too solve it ?

Thank's

Best regards


 
Posted : 21 Aug 2013 13H45
(@babynus)
Posts: 14952
Member Admin
 

You are right.

I did not notice this regression but it is here.

Your fixing is correct !
It will be included in next version.

Thanks.


 
Posted : 22 Aug 2013 2H40
 BEAU
(@mamath)
Posts: 24
Active Member
Topic starter
 

ok nice.
Thanks


 
Posted : 22 Aug 2013 2H45
 Dan
(@caccia)
Posts: 340
Contributor
 

Hi guys,

I just noticed a secondary issue on the Audits:
I used Mamath's fix to get the "audit connections" function working again (thanks!!), but I notice that the report Miscellaneous > Connections Audit is always empty.

Do you also have this issue ?


 
Posted : 16 Sep 2013 18H41
 BEAU
(@mamath)
Posts: 24
Active Member
Topic starter
 

Hi,

Yes, i have...
the problem become because they is no record in auditSummary table !!


 
Posted : 16 Sep 2013 19H22
 Dan
(@caccia)
Posts: 340
Contributor
 

Oh, of course... I hadn't realized that AuditSummary was a separate class...

Updating that same line in SqlElement to

if (get_class($this)=='Alert' or get_class($this)=='Mail' or get_class($this)=='Audit' 
                or get_class($this)=='AuditSummary')

seems to do the trick.


 
Posted : 16 Sep 2013 19H41
 BEAU
(@mamath)
Posts: 24
Active Member
Topic starter
 

Yes, it's work.

Thank's


 
Posted : 16 Sep 2013 20H05
Share:

Scroll to Top