Skip to content
Commit 39c546a6 authored by kevinquillen's avatar kevinquillen
Browse files

Adds a display for custom publish on the node admin form so you can see in the...

Adds a display for custom publish on the node admin form so you can see in the node table any custom status applied. This is a not so graceful implementation, the proper way would be to clone node_admin_nodes and add our functionality- we will have to approach this later. I'd like to find a way to add this data to the node table without duplicating that function, and without calling node_load on each result. For now, this is commented out- as it's not great to call node_load X times per page on sites that might have hundreds of nodes. Paging would be painful. I will come back to this.
parent bee850cf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment