mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
Fixing missing template error
The StringTagField tries to use a StringTagField.ss template, which doesn't existing. I have changed this to use the TagField.ss template instead.
This commit is contained in:
parent
d54873fbaf
commit
97d27a60c0
@ -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