TSK-1214 implemented ngxs store as state manager for classification component
This commit is contained in:
parent
493e25b565
commit
8434bde759
|
@ -23,7 +23,7 @@ taskana.schemaName=TASKANA
|
|||
########spring.jpa.generate-ddl=true
|
||||
########spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
||||
####### property that control rest api security deploy use true for no security.
|
||||
devMode=true
|
||||
devMode=false
|
||||
|
||||
####### property that control if the database is cleaned and sample data is generated
|
||||
generateSampleData=true
|
||||
|
|
|
@ -28,6 +28,7 @@ import { ClassificationCategoryImages,
|
|||
getCustomFields } from '../../../shared/models/customisation';
|
||||
|
||||
import { CreateClassification,
|
||||
RemoveSelectedClassification,
|
||||
RestoreSelectedClassification,
|
||||
SaveClassification } from '../../../shared/store/classification-store/classification.actions';
|
||||
|
||||
|
|
Loading…
Reference in New Issue