liferay / generator-liferay-fragments

Yeoman generator for creating and maintaining Liferay Fragment projects
https://www.npmjs.com/package/generator-liferay-fragments
MIT License
30 stars 31 forks source link

Fragments Don't Update on Page #98

Closed mfreeman-xtivia closed 4 years ago

mfreeman-xtivia commented 4 years ago

o Create a new collection with fragment F1 o Place fragment F1 on some content page P1 o Publish page P1 o Make an update to fragment F1. Update is not reflected on page P1.

Is this expected behavior or did i do something wrong?

ruben-pulido commented 4 years ago

This is expected behaviour. Per default, changes to fragments are not automatically propagated to fragments in pages. Changes can be manually propagated following the steps described here: https://portal.liferay.dev/docs/7-2/user/-/knowledge_base/u/propagation-of-changes

It is also possible to configure automatic propagation of changes in: Configuration > Instance Settings > Page Fragments > Propagate Fragment Changes Automatically