mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge branch '3.2' into 3
This commit is contained in:
commit
0b177ad20f
@ -25,7 +25,6 @@ env:
|
|||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
- php: nightly
|
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
@ -38,8 +37,6 @@ matrix:
|
|||||||
env: DB=MYSQL BEHAT_TEST=1
|
env: DB=MYSQL BEHAT_TEST=1
|
||||||
- php: 5.3
|
- php: 5.3
|
||||||
env: DB=MYSQL
|
env: DB=MYSQL
|
||||||
- php: nightly
|
|
||||||
env: DB=MYSQL
|
|
||||||
- php: hhvm
|
- php: hhvm
|
||||||
env: DB=MYSQL
|
env: DB=MYSQL
|
||||||
|
|
||||||
|
@ -354,7 +354,7 @@ abstract class ModelAdmin extends LeftAndMain {
|
|||||||
$specRelations->push(new ArrayData(array('Name' => $name, 'Description' => $desc)));
|
$specRelations->push(new ArrayData(array('Name' => $name, 'Description' => $desc)));
|
||||||
}
|
}
|
||||||
$specHTML = $this->customise(array(
|
$specHTML = $this->customise(array(
|
||||||
'ClassName' => str_replace('\\', '_', $className),
|
'ClassName' => $this->sanitiseClassName($this->modelClass),
|
||||||
'ModelName' => Convert::raw2att($modelName),
|
'ModelName' => Convert::raw2att($modelName),
|
||||||
'Fields' => $specFields,
|
'Fields' => $specFields,
|
||||||
'Relations' => $specRelations,
|
'Relations' => $specRelations,
|
||||||
|
Loading…
Reference in New Issue
Block a user