Skip to content

Commit

Permalink
Fix for doctypegird dectection (adds view name to editor aliases)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Jump committed Jan 17, 2020
1 parent b3c90ba commit 1972c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uSync8.Community.Contrib/Mappers/DocTypeGridMapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public DocTypeGridMapper(IEntityService entityService,

public override string Name => "DocType Grid Mapper";

public override string[] Editors => new string[] { "Umbraco.Grid.docType" };
public override string[] Editors => new string[] { "Umbraco.Grid.docType", "Umbraco.Grid.doctypegrideditor" };

public override IEnumerable<uSyncDependency> GetDependencies(object value, string editorAlias, DependencyFlags flags)
{
Expand Down

0 comments on commit 1972c1e

Please sign in to comment.