TSK-1214 implemented ngxs store as state manager for classification component

This commit is contained in:
Chi Nguyen 2020-05-29 11:32:19 +02:00 committed by Mustapha Zorgati
parent 493e25b565
commit 8434bde759
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -28,6 +28,7 @@ import { ClassificationCategoryImages,
getCustomFields } from '../../../shared/models/customisation';
import { CreateClassification,
RemoveSelectedClassification,
RestoreSelectedClassification,
SaveClassification } from '../../../shared/store/classification-store/classification.actions';