Skip to content

Commit ad163e9

Browse files
authored
Merge pull request #30 from rudnerbjoern/dev
Use iTop CRUD Events
2 parents ba16165 + 1004af9 commit ad163e9

File tree

9 files changed

+677
-596
lines changed

9 files changed

+677
-596
lines changed

.vscode/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"baseinfo",
66
"bizmodel",
77
"cmdb",
8+
"Combodo",
89
"conferencesystem",
910
"costcenter",
1011
"costcenters",
@@ -36,5 +37,8 @@
3637
"surang",
3738
"teemip",
3839
"xnimrodx"
39-
]
40+
],
41+
"editor.formatOnSave": true,
42+
"editor.formatOnSaveMode": "modificationsIfAvailable",
43+
"editor.formatOnPaste": true
4044
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ The branch [2.7.10](https://github.com/rudnerbjoern/iTop-br-peripherals/tree/ito
507507

508508
The branch [main](https://github.com/rudnerbjoern/iTop-br-peripherals/tree/main) will only be compatible to iTop 3.2 and above.
509509

510-
The extension was tested on iTop 2.7.10 and 3.2.1.
510+
The extension was tested on iTop 2.7.10 and 3.2.2.
511511

512512
## Attribution
513513

br-costcenter-bridge-for-br-peripherals/datamodel.br-costcenter-bridge-for-br-peripherals.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<itop_design version="3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/rudnerbjoern/iTop-schema/refs/heads/main/3.2/itop_design.xsd">
2+
<itop_design version="3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://rudnerbjoern.github.io/iTop-schema/3.2/itop_design.xsd">
33
<!--
44
* @copyright Copyright (C) 2024-2025 Björn Rudner
55
* @license https://www.gnu.org/licenses/gpl-3.0.en.html

br-costcenter-bridge-for-br-peripherals/module.br-costcenter-bridge-for-br-peripherals.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@
33
/**
44
* @copyright Copyright (C) 2024-2025 Björn Rudner
55
* @license https://www.gnu.org/licenses/gpl-3.0.en.html
6-
* @version 2025-06-12
6+
* @version 2025-09-04
77
*
88
* iTop module definition file
99
*/
1010

1111
/** @disregard P1009 Undefined type SetupWebPage */
1212
SetupWebPage::AddModule(
1313
__FILE__, // Path to the current file, all other file names are relative to the directory containing this file
14-
'br-costcenter-bridge-for-br-peripherals/3.2.0',
14+
'br-costcenter-bridge-for-br-peripherals/3.2.1',
1515
array(
1616
// Identification
1717
'label' => 'Bridge - Costcenter + Peripherals',
1818
'category' => 'business',
1919

2020
// Setup
2121
'dependencies' => array(
22-
'br-peripherals/3.2.0||br-costcenter/3.2.0',
23-
'br-peripherals/3.2.0',
22+
'br-peripherals/3.2.1||br-costcenter/3.2.0',
23+
'br-peripherals/3.2.1',
2424
),
2525
'mandatory' => false,
2626
'visible' => true, // To prevent auto-install but shall not be listed in the install wizard

br-peripherals-bridge-for-teemip-ip-mgmt/datamodel.br-peripherals-bridge-for-teemip-ip-mgmt.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<itop_design version="3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/rudnerbjoern/iTop-schema/refs/heads/main/3.2/itop_design.xsd">
2+
<itop_design version="3.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://rudnerbjoern.github.io/iTop-schema/3.2/itop_design.xsd">
33
<!--
44
* @copyright Copyright (C) 2024-2025 Björn Rudner
55
* @license https://www.gnu.org/licenses/gpl-3.0.en.html

br-peripherals-bridge-for-teemip-ip-mgmt/module.br-peripherals-bridge-for-teemip-ip-mgmt.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
/**
44
* @copyright Copyright (C) 2024-2025 Björn Rudner
55
* @license https://www.gnu.org/licenses/gpl-3.0.en.html
6-
* @version 2025-06-12
6+
* @version 2025-09-04
77
*
88
* iTop module definition file
99
*/
1010

1111
/** @disregard P1009 Undefined type SetupWebPage */
1212
SetupWebPage::AddModule(
1313
__FILE__,
14-
'br-peripherals-bridge-for-teemip-ip-mgmt/3.2.0',
14+
'br-peripherals-bridge-for-teemip-ip-mgmt/3.2.1',
1515
array(
1616
// Identification
1717
//
@@ -21,9 +21,9 @@
2121
// Setup
2222
//
2323
'dependencies' => array(
24-
'br-peripherals/3.2.0||teemip-ip-mgmt/3.0.0',
25-
'br-peripherals/3.2.0||teemip-config-mgmt-adaptor/3.0.0',
26-
'br-peripherals/3.2.0',
24+
'br-peripherals/3.2.1||teemip-ip-mgmt/3.0.0',
25+
'br-peripherals/3.2.1||teemip-config-mgmt-adaptor/3.0.0',
26+
'br-peripherals/3.2.1',
2727
),
2828
'mandatory' => false,
2929
'visible' => true, // To prevent auto-install but shall not be listed in the install wizard

0 commit comments

Comments
 (0)