ventrian / News-Articles

News Articles for DNN has been helping DNN administrators to publish articles and blogs to their DNN portals since 2004.
MIT License
38 stars 24 forks source link

Fixes permissions not saving #2

Closed NerdyParker closed 6 years ago

NerdyParker commented 7 years ago

Fixes an issue in newer versions of DNN where the module permissions (submit/feature/meta/etc) would not save if an entire column was empty. It seems in newer versions of DNN, if a module setting is empty, it simply doesn't create a row in the database. This means that the setting is set to null which means all are checked, making it impossible for a column to be totally unchecked.

b-creative commented 6 years ago

Matt, is there a workaround without me re-assembling?