Closed (fixed)
Project:
Node As Block
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2010 at 18:10 UTC
Updated:
9 Sep 2010 at 05:30 UTC
At present the module implements two build modes, a teaser and full node mode - however it only ever uses teaser. Further the naming of the build modes can cause confusion when attempting to use other modules that interact with build modes such as Views Attach. The build modes provided by the module are indistinguishable from the default full and teaser modes.
This patch retains the teaser mode which is currently being used for backwards compatibility, removes the full mode, and re-titles teaser to "Node as Block" so it's easy to distinguish when needed.
| Comment | File | Size | Author |
|---|---|---|---|
| build_mode_cleanup.patch | 512 bytes | jerdavis |
Comments
Comment #1
dropcube commentedhttp://drupal.org/cvs?commit=412360
Committed, thanks.