nice, I saw the menu item popping up without having the workflow module installed and thought that menu items were still added "old way". Is that the recommended new way of adding menu items? Is there a clean separation for when should we use update tasks and when bootstrap?
Bootstrap is the brute force method to import a bunch of data. Bootstrap should be used mainly for the installation and only for the parts the module is responsible for (its own nodes mainly).
During update process deltas are to be preferred (since they are a bit more sensitive). For things like menupoints we should provide easy to use and save deltas.
In future we might want to be able to define some deltas in the module descriptor
Philipp Bracher ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/docs/en/editor/stayupdated.html ----------------------------------------------------------------
