Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy contentlet sub-action need copy the references on pages #13581

Closed
bryanboza opened this issue Feb 6, 2018 · 4 comments
Closed

Copy contentlet sub-action need copy the references on pages #13581

bryanboza opened this issue Feb 6, 2018 · 4 comments

Comments

@bryanboza
Copy link
Contributor

bryanboza commented Feb 6, 2018

Related to #13395

As part of the changes on workflows, now we have the copy contentlet as a sub-action. But when you create a copy of any page, need copy the entire page, this with all the references to their contentlets.

FYI: We have the same behavior on demo

Expected Behavior

Need create a exact copy of the page

Current Behavior

We create a copy of the page, but lost the contents associated to this one.

Steps to Reproduce (for bugs)

  1. Create a new Workflow
  2. Add a new Step
  3. Add a new action that execute the "copy contentlet " sub-action
  4. Associate this workflow to the page asset content type
  5. Create a new page and add some contents
  6. From content search open the page and execute the workflow
  7. Make sure the contents are in the copy of the page

Your Environment

Tested in the last master // postgres // FF

@jgambarios
Copy link
Contributor

jgambarios commented Mar 8, 2018

Fixed in #13783
PR: #13811

@bryanboza
Copy link
Contributor Author

We need keep the order of the contents after copy any page
SC: https://screencast.com/t/oits9zot

@jgambarios jgambarios modified the milestones: Cody Current, Cody Next Mar 13, 2018
@jgambarios
Copy link
Contributor

PR: #13930

jgambarios pushed a commit that referenced this issue Mar 21, 2018
* Fixing issues with the unit test

* #13581 fixing the sort on copy, the multitree was not respecting the treeorder

* #13929 fixing a cache issue for find by contenttype on workflows
@bryanboza
Copy link
Contributor Author

Fixed, tested in the last master code and now it works as expected

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants