Describe the bug
Orchard Core version
latest main
To Reproduce
- Create MaintenanceFeesFinance NumericField under FieldsAccordionPart
- Inside placement.json of a Module,
"NumericField": [ { "differentiator": "FieldsAccordionPart-MaintenanceFeesFinance", "place": "-" }]
- See error , the data of MaintenanceFeesFinance NumericField still show on the page
Expected behavior
it should behavior the same as
"DateField": [
{
"differentiator": "FieldsTablePart-Available",
"place": "-"
}
]
under the same Module.
Logs and screenshots