Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
fix(policy): a policy has a wrong category
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
  • Loading branch information
btry authored and DIOHz0r committed May 4, 2018
1 parent 17bcf8d commit ae212e5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 16 additions & 0 deletions install/policies/mdm.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,20 @@
'is_android_system' => '0',
'is_apple_policy' => '0',
],

[
'name' => __('Set an inventory frequency', 'flyvemdm'),
'symbol' => 'inventoryFrequency',
'group' => 'connectivity',
'type' => 'int',
'type_data' => '',
'unicity' => 1,
'plugin_flyvemdm_policycategories_id' => $category,
'comment' => __('Sets the recurrence of inventory in minutes', 'flyvemdm'),
'default_value' => '1440',
'recommended_value' => '1440',
'is_android_policy' => '1',
'is_android_system' => '0',
'is_apple_policy' => '1',
],
];
16 changes: 0 additions & 16 deletions install/policies/peripherals.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,20 +213,4 @@
'is_android_system' => '1',
'is_apple_policy' => '0',
],

[
'name' => __('Set an inventory frequency', 'flyvemdm'),
'symbol' => 'inventoryFrequency',
'group' => 'connectivity',
'type' => 'int',
'type_data' => '',
'unicity' => 1,
'plugin_flyvemdm_policycategories_id' => $category,
'comment' => __('Sets the recurrence of inventory in minutes', 'flyvemdm'),
'default_value' => '1440',
'recommended_value' => '1440',
'is_android_policy' => '1',
'is_android_system' => '0',
'is_apple_policy' => '1',
],
];

0 comments on commit ae212e5

Please sign in to comment.