Bug 1450969 - [RFE] Allow to set visibility of custom attributes
Summary: [RFE] Allow to set visibility of custom attributes
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: UI - OPS
Version: 5.10.1
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: GA
: cfme-future
Assignee: Oleg Barenboim
QA Contact: Dave Johnson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-05-15 13:22 UTC by Fabien Dupont
Modified: 2019-12-18 14:33 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-12-18 14:33:04 UTC
Category: ---
Cloudforms Team: CFME Core
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github https://github.com/ManageIQ manageiq issues 12460 0 None None None 2017-05-15 13:22:44 UTC

Description Fabien Dupont 2017-05-15 13:22:44 UTC
Description of problem:

Custom attributes are used to store data along an object without modifying the object class, and thus going through a complex coding process. However, one may want to store data and not display it to the user, like it is currently possible to achieve with tags, through "Show in console" option.

A example of method definition would be:

```
def custom_set(key, value, visible=true)
    # Do the stuff
end
```

Version-Release number of selected component (if applicable): 5.8.0


How reproducible: Always

Comment 2 Dave Johnson 2018-11-29 09:03:07 UTC
Please assess the impact of this issue and update the severity accordingly.  Please refer to https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity for a reminder on each severity's definition.

If it's something like a tracker bug where it doesn't matter, please set the severity to Low.


Note You need to log in before you can comment on or make changes to this bug.