Skip to content

Fix attribute deletion when updating config

Ghost User requested to merge fix_delattr into master

The received network parameter name can have a ':json' suffix that is not present in the class attribute of this parameter. This suffix was not removed and could cause attribute deletion to fail.

Merge request reports