Closed (fixed)
Project:
Category
Version:
5.x-1.1
Component:
Category_menu
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2007 at 21:41 UTC
Updated:
4 Jun 2009 at 18:40 UTC
My implementation required that nodes that were created not be published initially, due to some workflow that needed to occur before publishing the node. Category_Menu was creating menu items for these items not when they were published, but when they were created.
This is my initial crack at the problem. Unfortunately, it does require modifying one of the database tables, just to be aware.
Note: This implementation only acts on the published status of a node, a good improvement would be to have conditional menu updates on any property of a node.
| Comment | File | Size | Author |
|---|---|---|---|
| category_menu.patch | 8.97 KB | richardfullmer |
Comments
Comment #1
JirkaRybka commented6.x fixes this. There's no need for extra settings and whatnot - menu items are simply just updated on every node_save(), so they get all the changes you did.
So this only applies on 5.x and below, which are de-facto/fully unsupported versions now, so closing this one. It's 2 years old with no update, so I guess it's OK.