You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with the ModuleController object and attempting to update a module setting the setting can be initially set, but subsequent calls to UpdateModuleSetting does not result in the value being changed
Description of the bug
When working with the ModuleController object and attempting to update a module setting the setting can be initially set, but subsequent calls to UpdateModuleSetting does not result in the value being changed
Example Code:
ModuleController.Instance.UpdateModuleSetting(moduleId, "MyName", "MyValue");
Steps to reproduce
Current result
The value in the DNN Database contains the older value, with the older timestamp. It is not possible to overwrite the setting value.
Expected result
The value in the database, and exposed to the code, should be the new value set. With the timestamp of when the last action was completed.
Additional context
This appears to only impact ModuleSettings, TabModuleSettings appear to be working as desired.
Affected version
Earlier versions were not verified
The text was updated successfully, but these errors were encountered: