Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Fri Mar 29, 2024 1:46 am

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
PostPosted: Tue May 31, 2016 1:50 am 
Offline
Newbie
User avatar

Joined: Thu Mar 11, 2010 5:19 am
Posts: 15
Location: Curacao
Hi Mark, I just updated to the last version. I noticed that the "changes" and "software changes" check-all selector does not work.

It calls a function called alter_all_alerts() but it doesn't do anything.

Regards,

Andrés Arenas.

_________________
____________________________
Andrés Arenas Vélez
http://www.arenasa.com/


Top
 Profile  
Reply with quote  
PostPosted: Thu Jun 02, 2016 5:09 am 
Offline
Moderator

Joined: Fri Jul 20, 2007 8:27 am
Posts: 1259
More renaming changes:

Edit the alter_all_alerts function in application\views\theme-tango\v_report_alerts.php and change the two instances of "$key->alert_id" to "$key->id".

[code]function alter_all_alerts()
{
if (document.getElementById("alert_id_0").checked == true)
{
<?php
foreach ($query as $key):
echo "\tdocument.getElementById(\"alert_id_".$key->id."\").checked = true;\n";
endforeach;
?>
} else {
<?php
foreach ($query as $key):
echo "\tdocument.getElementById(\"alert_id_".$key->id."\").checked = false;\n";
endforeach;
?>
}[/code]


Top
 Profile  
Reply with quote  
PostPosted: Tue Jun 07, 2016 1:17 am 
Offline
Site Admin
User avatar

Joined: Mon Jun 07, 2004 11:48 am
Posts: 1964
Location: Brisbane, Australia
Fixed for next release. Thanks for posting this bug.

_________________
Support and Development hours available from [url=https://opmantek.com]Opmantek[/url].
Please consider a purchase to help make Open-AudIT better for everyone.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group