Skip to content
Snippets Groups Projects
Commit 0ee6dac1 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix missing form editing list items

parent a4e688d3
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ class DynamicFormsAjaxAPI extends AjaxController {
function _getListItemEditForm($source=null, $item=false) {
return new Form(array(
return new SimpleForm(array(
'value' => new TextboxField(array(
'required' => true,
'label' => __('Value'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment