Project

General

Profile

Actions

Task #1928

closed

IdentityStateEnum missing in index.js

Added by Ondřej Kopr over 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Low
Assignee:
Radek Tomiška
Category:
Frontend
Target version:
Start date:
11/11/2019
Due date:
% Done:

100%

Estimated time:
Owner:

Description

From project that use:

import { Enums } from 'czechidm-core';

And then:

<Basic.EnumSelectBox
    ref="status" 
    enum={ Enums.IdentityStateEnum }
    useSymbol={ false }
...

The selectbox doesn't show values. The issue is that EnumSelectBox doesn't throw error or some information message about empty props. Existing value in EnumSelectBox just missing.

As workaround can be used this:

import { IdentityStateEnum } from 'czechidm-core/src/enums/IdentityStateEnum';

Please add missing enums.


Related issues

Related to IdStory Identity Manager - Task #2242: Eav: Return form instance values by attribute filterClosedRadek Tomiška05/11/2020

Actions
Actions

Also available in: Atom PDF