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
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.
Please register or to comment