Fixes tests and issue with member list view not passing the GUID along in the route

This commit is contained in:
Shannon
2018-10-23 22:10:27 +11:00
parent fa64f4a6a8
commit dfd3e8f4c4
3 changed files with 9 additions and 7 deletions

View File

@@ -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
{