Multi Node Edit Irreference
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
The sandbox project is a temporary fork of Multi Node Edit to provide edit "child" nodes of a child-referenced parent node support. Apologies for the confusing project name (similar to original) for your convenience to make local path in Version tab Git instructions more straightforward. It is the intent that this sandbox code eventually gets folded back into the multi_node_edit module.
When your node relationship is Child -> Parent, and each Parent can have multiple child nodes referencing it, there is no back-relation from the parent for this module to latch onto. As I work to add support for that, I'll update the documentation here...
How to use it
Download multi_node_edit and enable it and its submodule multi_node_irreference.
Click Edit on a node that has children: A new sub-task tab will show on the Edit screen to edit all child nodes pointing to it, separated by content type.
Progress:
- Stubbed out a new submodule multi_node_edit_irreference (this sanbox)
- Produces LOCAL_MENU_TASK menu items for each content type that has at least 1 node referencing the parent on a parent node's Edit page to access the mne form
- mne form presents all nodes of a content type referencing the parent nid passed in
- mne form submits and saves these child nodes
- ...
Caveats:
In general: caveat installer
How to Get it (and contribute back!)
Contributed as a temporary sandbox project, this git repo is a fork of the greater, original multi_node_edit contrib module code. Git-clone this in place of multi_node_edit. It is the intent that eventually this body of work will become merged back into multi_node_edit and this sandbox will *poof* disappear.
The working project name Multi Node Edit alone was prohibited, so when cloning, you may wish to name your local pull to multi_node_edit (instead of the Version-tab-recommended multi_node_edit_irreference). I decided to track the entire project rather than just the contrib folder, bc I am a glutton for punishment (and thought I would need more parent module changes -- not so).
Working branch: mne_irreference based on mutli_node_edit 6.x-1.x-dev (2011-Feb-25) release.
