Fixes tests and issue with member list view not passing the GUID along in the route
This commit is contained in:
@@ -243,7 +243,7 @@ namespace Umbraco.Core.Migrations.Install
|
||||
|
||||
private void CreateDataTypeData()
|
||||
{
|
||||
void InsertDataTypeDto(int id, string dbType, string editorAlias, string configuration = null)
|
||||
void InsertDataTypeDto(int id, string editorAlias, string dbType, string configuration = null)
|
||||
{
|
||||
var dataTypeDto = new DataTypeDto
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user