@asaleh37/ui-base 25.12.16 → 25.12.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -35,7 +35,7 @@ const WorkflowDocumentGrid: React.FC = () => {
|
|
|
35
35
|
const { t } = useTranslation();
|
|
36
36
|
const [data, setData] = useState([]);
|
|
37
37
|
const apiActions = useApiActions({
|
|
38
|
-
commonStoreKey:
|
|
38
|
+
commonStoreKey: "SystemWorkflows",
|
|
39
39
|
deleteById: "api/v1/dev/workflowdocument",
|
|
40
40
|
save: "api/v1/dev/workflowdocument",
|
|
41
41
|
findById: "api/v1/dev/workflowdocument",
|
|
@@ -117,6 +117,7 @@ const WorkflowDocumentGrid: React.FC = () => {
|
|
|
117
117
|
required: false,
|
|
118
118
|
fieldType: "combobox",
|
|
119
119
|
options: SystemOrganizations,
|
|
120
|
+
comboboxValueDataType: "string",
|
|
120
121
|
optionDisplayField: "organizationCode",
|
|
121
122
|
optionValueField: "id",
|
|
122
123
|
},
|