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 #1

Updated by Ondřej Kopr over 4 years ago

  • Category set to Frontend
Actions #2

Updated by Radek Tomiška almost 4 years ago

  • Related to Task #2242: Eav: Return form instance values by attribute filter added
Actions #3

Updated by Radek Tomiška almost 4 years ago

  • Status changed from New to Closed
  • Assignee set to Radek Tomiška
  • Target version set to 10.4.0
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF