I'd like to ask whether there was in recent version 3.2. added attribute type Boolean. When I was looking in changelog and XML Data Model Reference there was no mention of it.
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As far as I know there is no officially supported attribute type Boolean (and no news about it in 3.2).
One way used in iTop is to do an Enum with "yes"/"no" values.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I'd like to ask whether there was in recent version 3.2. added attribute type Boolean. When I was looking in changelog and XML Data Model Reference there was no mention of it.
Thank you.
Hello,
As far as I know there is no officially supported attribute type Boolean (and no news about it in 3.2).
One way used in iTop is to do an Enum with "yes"/"no" values.
There does seem to be something in the code nowadays mentioning an AttributeBoolean ?
https://github.com/Combodo/iTop/blob/b460705831d2cb52f9a6cd866e2a787ce7ee7e1a/core/attributedef.class.inc.php#L3322
Yes, this attribute exists in PHP since 14 years, but its XML counterpart has never been finalized.