nopCommerce icon indicating copy to clipboard operation
nopCommerce copied to clipboard

BaseNopModel.CustomProperites - not working with ModelBinder

Open DmitriyKulagin opened this issue 2 years ago • 0 comments

nopCommerce version: 4.xx

Steps to reproduce the problem: Model Binding for Dictionary<string, object> is not correctly working.

when a form is posted back to a controller, those custom properties are not processed and do not exist on the model. Despite verifying that these values are posted in the POST DATA, the ModelBinder does not process those values.

Source: https://www.nopcommerce.com/en/boards/topic/94731/model-customproperites-not-working-with-modelbinder-or-nop-editor-tags

DmitriyKulagin avatar Aug 09 '22 08:08 DmitriyKulagin