Fixed gh-255 to insure that the correct component name is used when building the button on the edit view where the custom field is used.
This commit is contained in:
@ -43,7 +43,7 @@ class JFormField###Type### extends JFormFieldList
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
public $type = '###type###'; ###ADD_BUTTON###
|
||||
public $type = '###type###';###ADD_BUTTON###
|
||||
|
||||
/**
|
||||
* Method to get a list of options for a list input.
|
||||
|
Reference in New Issue
Block a user