TeemIp / teemip-core-ip-mgmt

Core modules of TeemIP, a WEB based IP Address Management tool
https://www.teemip.net
GNU Affero General Public License v3.0
19 stars 12 forks source link

Restore iTop 3.0 compatibility for VirtualMachine presentation #29

Closed Hipska closed 9 months ago

Hipska commented 9 months ago

The summary card doesn't exist on iTop 3.0, so delta delete would fail, hence replaced by delete_if_exists.

Incompatibility was introduced with #26 (release 3.1.3)

xtophe38 commented 9 months ago

Well, is it necessary knowing that teemip-core-ip-mgmt is compatible with iTop 3.1+ only ? Furhtermore, iTop 3.1.1 being released soon, don't you prefer to upgrade our iTop ? At the same time, your change doesn't hurt much...

Hipska commented 9 months ago

Well, all the modules I checked had dependency on iTop 3.0.0 modules, not on iTop 3.1.0 modules.

xtophe38 commented 9 months ago

The main extension.xml has, but never mind.

Hipska commented 9 months ago

Oh, I see, but that doesn't seem to be checked..