Actions
Task #851
openUse selectbox instead of inputText for attributes type
Status:
New
Priority:
Low
Assignee:
Radek Tomiška
Category:
Frontend
Target version:
-
Start date:
11/27/2017
Due date:
% Done:
0%
Estimated time:
Owner:
Description
When user is requested to choose data type of an attribute, he/she should not be forced to write the type into input text type field. Selectbox should be used instead.
Updated by Peter Štrunc about 7 years ago
- Subject changed from Use selectbox when instead of inputText for attributes type to Use selectbox instead of inputText for attributes type
Updated by Radek Tomiška about 7 years ago
- Priority changed from Normal to Low
Did you try face type in eav form attribute definition?
Or its some other place? Update pls ticket description .
Updated by Peter Štrunc about 7 years ago
For example in schema attribute definition.
Updated by Vít Švanda about 7 years ago
We cannot do it. Type of schema attribute is fully dependent on the connector (schema is generated/returned from the connector). We do not have list of all types in IdM (for every existed connectors).
Updated by Peter Štrunc about 7 years ago
org.identityconnectors.framework.common.FrameworkUtil.getAllSupportedAttributeTypes();
Actions