Hi,
i cant run through setup with my custom Ticket model. It works nice on 2.6 and 2.7 without style tags. But with style tags in 3.0.0 i run in errors.
An iTop version 2.7.x cannot work with an extension providing an XML in version 3.0.
I would have expect it to break at compilation time rather than when updating the database, but the description of your initial conditions are rather fuzzy, so I am not sure how to reproduce...
Last but not least, I suspect that the syntax using var(--ibo-color-transparent) is no more working and should be replaced by $ibo-color-transparent. I will update the wiki...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
i cant run through setup with my custom Ticket model. It works nice on 2.6 and 2.7 without style tags. But with style tags in 3.0.0 i run in errors.
1.) Using var
That runns into error: excpected a color, function given…
2.) Using ccs colors
No errors on that, but fails on SQL statement:
3.) Using PHP vars from original ticket classes
Tells something about undefined var …
As in https://sourceforge.net/p/itop/discussion/customizing-itop/thread/34d5c183fb/ stated, you have to change your XML file to iTop design 3.0..
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.0"></itop_design>
An iTop version 2.7.x cannot work with an extension providing an XML in version 3.0.
I would have expect it to break at compilation time rather than when updating the database, but the description of your initial conditions are rather fuzzy, so I am not sure how to reproduce...
Last but not least, I suspect that the syntax using var(--ibo-color-transparent) is no more working and should be replaced by $ibo-color-transparent. I will update the wiki...