この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
I want to maintain single page with two or three different versions for corresponding publish instances. Example I want to maintain two different version of single page - for testing and development .I tried version for pages , but it automatically creates new versions for every publishing
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
You can write a workflow processing step which will activate the page, however you have to set replication filter options to suppress creating versions
replicationOptions.setSuppressVersions(true);
表示
返信
いいね!の合計
How to manage pages and versions is discussed in this AEM doc topic:
http://docs.adobe.com/docs/en/cq/current/wcm/page_create_edit.html
表示
返信
いいね!の合計
You can write a workflow processing step which will activate the page, however you have to set replication filter options to suppress creating versions
replicationOptions.setSuppressVersions(true);
表示
返信
いいね!の合計
For your use IMO launches is best fit. Refer http://docs.adobe.com/docs/en/cq/current/wcm/launches.html
表示
返信
いいね!の合計
set your workflow to only replicate page to a particular publisher based on configuring the agent Id's
表示
返信
いいね!の合計
The problem with the versions is that , it creates a new version whenever a page is activated. I want to maintain single version for a particular publishing destination
表示
返信
いいね!の合計
According to the docs - the version is always incremented when the page is activated. I am looking to determine if there is a way to activate a page without incrementing the version.
表示
返信
いいね!の合計