Copying Pages will copy collection structure but no block content
Permalink
Hi folks,
My C5 version: 5.5.2.1
I've got a big problem. I have created some packages including page types, block types and so on.
Within the Dashboard Sitemap, if I try to copy a page including some of my custom block types, concrete5 refuses to copy the block contents. The whole page structure is duplicated correctly, but every duplicated page is empty. The version history is created correctly, too - with no content in every version.
Is there something special I have to consider when implementing a block type? Maybe something like a certain duplicate-method I have to generate?
If I copy pages comprising simple content blocks doesn't fail.
Is there any professional out there who has an idea to solve this problem?
My C5 version: 5.5.2.1
I've got a big problem. I have created some packages including page types, block types and so on.
Within the Dashboard Sitemap, if I try to copy a page including some of my custom block types, concrete5 refuses to copy the block contents. The whole page structure is duplicated correctly, but every duplicated page is empty. The version history is created correctly, too - with no content in every version.
Is there something special I have to consider when implementing a block type? Maybe something like a certain duplicate-method I have to generate?
If I copy pages comprising simple content blocks doesn't fail.
Is there any professional out there who has an idea to solve this problem?
packages can be found here:https://github.com/itm/concrete5-packages...
especially itm_courses and itm_thesis suffer from this problem (I've not tested the others yet).