We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326ad1c commit 3f91295Copy full SHA for 3f91295
1 file changed
manager/actions/mutate_module.dynamic.php
@@ -58,6 +58,8 @@
58
$modx->getManagerApi()->loadFormValues();
59
}
60
61
+$content = array_merge($content, $_POST);
62
+
63
// Add lock-element JS-Script
64
$lockElementId = $id;
65
$lockElementType = 6;
0 commit comments