Skip to content
Snippets Groups Projects
Commit 11de92f7 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #3446 from JediKev/issue/list-abbreviation

List Item Abbreviation
parents 45af4b79 8513f137
Branches
Tags
No related merge requests found
...@@ -172,7 +172,7 @@ class DynamicFormsAjaxAPI extends AjaxController { ...@@ -172,7 +172,7 @@ class DynamicFormsAjaxAPI extends AjaxController {
$item->update([ $item->update([
'name' => $basic['name'], 'name' => $basic['name'],
'value' => $basic['value'], '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.
Please register or to comment