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.
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
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.
ok nice.
Thanks
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 ?
Hi,
Yes, i have...
the problem become because they is no record in auditSummary table !!
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.
Yes, it's work.
Thank's