Merge branch '5.3'

This commit is contained in:
Robbie Averill 2019-01-10 12:26:48 +01:00
commit f7669d24d6
2 changed files with 4 additions and 2 deletions

View File

@ -13,7 +13,9 @@ matrix:
- php: 7.1
env: DB=MYSQL RECIPE_VERSION=4.2.x-dev PHPUNIT_COVERAGE_TEST=1
- php: 7.2
env: DB=PGSQL RECIPE_VERSION=4.x-dev PHPUNIT_TEST=1
env: DB=PGSQL RECIPE_VERSION=4.3.x-dev PHPUNIT_TEST=1
- php: 7.3
env: DB=MYSQL RECIPE_VERSION=4.x-dev PHPUNIT_TEST=1
before_script:
# Init PHP

View File

@ -757,7 +757,7 @@ class EditableFormField extends DataObject
if ($identifier = UserDefinedForm::config()->required_identifier) {
$title = $field->Title() . " <span class='required-identifier'>". $identifier . "</span>";
$field->setTitle($title);
$field->setTitle(DBField::create_field('HTMLText', $title));
}
}