Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
Say we cloned an original item into a cloned item.
Actual: Image in the original item is not found after publishing the cloned versionExpect: Image should be cloned and displayed correctly. Both images in the original item and the cloned item should be displayed correctly.
About OC
OC Version: 1.0.0-rc2-14350
Steps
Step 1: Create a Content Type with a "Media" field.
Step 2: Set media field as Attached
Step 3: Create a new content item
Step 4: Clone the content item
The new item would be the draft version.
Clone item:
Cloned item is draft:
Step 5: Publish the cloned draft version.
At this point.
The image of the original item is "disappear"
The image of the cloned version is displayed.
My expectation: Both images in the original item and the cloned item should be displayed correctly.
Problem
Say we cloned an
original item
into acloned item
.Actual: Image in the
original item
is not found after publishing thecloned version
Expect: Image should be cloned and displayed correctly. Both images in the original item and the cloned item should be displayed correctly.About OC
Steps
Step 1: Create a Content Type with a "Media" field.
Step 2: Set media field as
Attached
Step 3: Create a new content item
Step 4: Clone the content item The new item would be the draft version.
Clone item:
Cloned item is draft:
Step 5: Publish the cloned draft version.
At this point.
The image of the original item is "disappear"
The image of the cloned version is displayed.
My expectation: Both images in the original item and the cloned item should be displayed correctly.