mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
Merge pull request #36 from 3Dgoo/feature/string-tag-field-fix
Fixing missing template error
This commit is contained in:
commit
abbbb591c3
@ -130,7 +130,7 @@ class StringTagField extends DropdownField {
|
||||
|
||||
return $this
|
||||
->customise($properties)
|
||||
->renderWith(array("templates/StringTagField"));
|
||||
->renderWith(array("templates/TagField"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user