IP Data Control Attribute

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 05:28 AM
I have a custom table extended from cmdb_ci. The users of this table need to be able to manually enter partial IP addresses (3 octets) into the IP Address field, but receive a data validation error when doing so.
I have done some research and found that there is an ip_data_control attribute that can be applied to the field that should, based on the value of that attribute, allow 3-octet addresses to be entered.
To implement this solution, I created a dictionary override on the IP Address field for my custom table, and added the attribute override ip_data_control=none. However we're still not able to enter 3-octet IP addresses into that field.
What am I missing? TIA!