Skip to content
Snippets Groups Projects
Commit 8513f137 authored by Kevin Thorne's avatar Kevin Thorne
Browse files

List Item Abbreviation

Can not update list item abbreviation because update() method is
expecting 'abbrev' key so this corrects the key.
parent 901e5eae
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ class DynamicFormsAjaxAPI extends AjaxController {
$item->update([
'name' => $basic['name'],
'value' => $basic['value'],
'extra' => $basic['extra'],
'abbrev' => $basic['extra'],
]);
}
}
......
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