mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
2013-07-19 Sergio Martin <sergio.martin@artica.es>
* godmode/massive/massive_delete_profiles.php: Fix massive deletion of profiles (ajax retrieving) for bug #2309 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8547 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
2e0b448d75
commit
7aa8a4c35f
@ -1,3 +1,8 @@
|
||||
2013-07-19 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* godmode/massive/massive_delete_profiles.php: Fix massive
|
||||
deletion of profiles (ajax retrieving) for bug #2309
|
||||
|
||||
2013-07-18 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_agents.php: Add check to avoid SQL
|
||||
|
@ -153,8 +153,8 @@ $(document).ready (function () {
|
||||
jQuery.post ("ajax.php",
|
||||
{"page" : "godmode/massive/massive_delete_profiles",
|
||||
"get_users" : 1,
|
||||
"id_group[]" : $("#groups_id").attr("value"),
|
||||
"id_profile[]" : $("#profiles_id").attr("value")
|
||||
"id_group[]" : $("#groups_id").val(),
|
||||
"id_profile[]" : $("#profiles_id").val()
|
||||
},
|
||||
function (data, status) {
|
||||
options = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user