added tenant fieldarray and date ranges

This commit is contained in:
2024-03-20 10:56:42 +00:00
parent 7c09367be4
commit dc933087d2
14 changed files with 268 additions and 41 deletions
+12
View File
@@ -13,6 +13,7 @@ import {
RichMultiLinefield,
Textfield,
YesNofield,
FieldArrayForm,
} from "../elements";
export default function BuildField(props) {
@@ -217,6 +218,17 @@ export default function BuildField(props) {
);
break;
case "{0273EDBD-AC1D-40d3-9FB2-095C621B552D}":
return (
<FieldArrayForm
name={props.datafieldname}
label={props.label}
form={props.props.props.form}
formProps={props.props.props.props.form}
parentField={props.parentField}
parentFieldShowOnValue={props.parentFieldShowOnValue}
/>
);
case "{9EF39988-22BB-4f0b-BBBE-64B5A3748AEE}":
return (
<CheckBoxfield