Skip to content

Commit

Permalink
Merge pull request #18 from episerver/bugfix/MAR-1507-Cannot-dnd-cont…
Browse files Browse the repository at this point in the history
…ent-to-Visitor-navigates-to-page

Fix AB Testing KPI type cannot dnd content
  • Loading branch information
Tson-optimizely authored Jun 9, 2022
2 parents 49ec991 + 9236ea9 commit eb87cf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@
<EmbeddedResource Include="lang\**\*" />
<PackageReference Include="Adyen" Version="5.7.0" />
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
<PackageReference Include="EPiServer.Cms" Version="12.4.0" />
<PackageReference Include="EPiServer.Cms.UI.Core" Version="12.4.0" />
<PackageReference Include="EPiServer.Cms" Version="12.6.0" />
<PackageReference Include="EPiServer.Commerce" Version="14.3.0" />
<PackageReference Include="EPiServer.Hosting" Version="12.4.0" />
<PackageReference Include="EPiServer.Framework" Version="12.4.0" />
<PackageReference Include="EPiServer.Personalization.Commerce" Version="4.0.5" />
<PackageReference Include="EPiServer.Tracking.Commerce" Version="4.0.5" />
<PackageReference Include="Lucene.Net" Version="4.8.0-beta00014" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<p>
<label>{0}</label>
<span name="ConversionProduct" data-dojo-type="epi-cms/widget/ContentSelector"
data-dojo-props="repositoryKey:'catalog', required: true, value: null">
data-dojo-props="repositoryKey:'catalog', required: true, allowedDndTypes: ['episerver.commerce.catalog.contenttypes.entrycontentbase','episerver.commerce.catalog.contenttypes.nodecontent'], dndSourcePropertyName: 'contentLink'">
</span>

</p>
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<p>
<label>{0}</label>
<span name="ConversionPage" data-dojo-type="epi-cms/widget/ContentSelector"
data-dojo-props="repositoryKey:'pages',required: true, allowedTypes: ['episerver.core.pagedata'], allowedDndTypes: [], value: null">
data-dojo-props="repositoryKey:'pages',required: true, allowedTypes: ['episerver.core.pagedata'], allowedDndTypes: ['episerver.core.pagedata'], value: null, dndSourcePropertyName: 'contentLink'">
</span>
</p>

0 comments on commit eb87cf3

Please sign in to comment.