Maintenance Mode for a complete Location (#11089)

* Maintenance mode for a complete location

* updatedatabase query

* updatedatabase query

* add missing select
This commit is contained in:
SourceDoctor
2020-02-03 18:26:08 +01:00
committed by GitHub
parent 07f3c91e6c
commit 6d9deedcc1
6 changed files with 122 additions and 5 deletions

View File

@@ -264,13 +264,13 @@ $('#sched-submit').click('', function(e) {
$("#maps").select2({
width: '100%',
placeholder: "Devices or Groups",
placeholder: "Devices, Groups or Locations",
ajax: {
url: 'ajax_list.php',
delay: 250,
data: function (params) {
return {
type: 'devices_groups',
type: 'devices_groups_locations',
search: params.term
};
}