Details
-
Task
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
None
-
None
Description
Observation Module page has old references which must be updated.
Within the Activating assets automatically section there is a couple of corrections that must be done:
- It is making reference to the old Magnolia 5 ActivationCommand, when at DX we use PublicationCommand
- It is missing the includeSubNode property set to true which would trigger the publication even for assets which belong to subfolders
Attached the updated picture that must replace the old one.
Also update the command we mention within the Warning section:
The dam workspace is defined twice. The property is always required under the listener configuration. In this case, it is also required as a parameter by the ActivationCommand.
It should be:
The dam workspace is defined twice. The property is always required under the listener configuration. In this case, it is also required as a parameter by the PublicationCommand.
Finally, update the activateAddedPages bullet within the Command Listener Configuration section. Instead of :
activateAddedPages: Uses ActivationCommand to automatically publish new pages.
It should be:
activateAddedPages: Uses PublicationCommand to automatically publish new pages.