Skip to content

placement does not apply for the NumericField under the module #18467

@infofromca

Description

@infofromca

Describe the bug

Orchard Core version

latest main

To Reproduce

  1. Create MaintenanceFeesFinance NumericField under FieldsAccordionPart
  2. Inside placement.json of a Module, "NumericField": [ { "differentiator": "FieldsAccordionPart-MaintenanceFeesFinance", "place": "-" }]
  3. 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions