Posted by xtfer on October 21, 2011 at 4:26am
1 follower
Jump to:
| Project: | Node displays |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
The Sticky property on a node usually only indicates that the node should be pinned to the top of lists. The actual buildmode that a node has in that context could be one of many depending on other factors. The presence of sticky buildmode can break this paradigm, and the selection of that buildmode is hardcoded into _nd_preprocess_node.
The fix for this issue is has two parts:
- Allow developers to ignore sticky display selection using a variable (#1316610: Sticky buildmode implementation can conflict with use of Sticky as a state signifier)
- Change the ds implementation to allow buildmode selection based on node state (this issue)
Comments
#1
Moved to Node Displays – this will be implemented using Rules.