Closed (fixed)
Project:
Drupal Commons
Component:
Wikis
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2013 at 16:14 UTC
Updated:
5 Jun 2013 at 22:40 UTC
Jump to comment: Most recent file
The label is placed inline where all other content types use Above. Patch follows.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 1993800-5-commons_wiki-topic-label.patch | 1.01 KB | BarisW |
| #1 | 1993800-commons_wiki-topic-label.patch | 555 bytes | BarisW |
Comments
Comment #1
BarisW commentedComment #2
ezra-g commentedThanks for the patch! This just needs an upgrade path and looks RTBC.
Comment #3
BarisW commentedWhat upgrade path are you looking for? A features revert will set it back, do we need an update hook for this?
Comment #4
ezra-g commentedWe typically do an upgrade hook that causes a feature revert. See existing Commons .install files for an example.
Comment #5
BarisW commentedAh ok. No problem, here you go!
Comment #6
devin carlson commentedThe patch in #5 applied cleanly and changed the label position for the Topics field from "inline" to "above".
Tested by installing commons, checking the label position for the Wiki content type's Topics field, applying the patch and running the included update function and finally rechecking the label position for the Wiki content type's Topics field.
The Commons Origins theme treats both "inline" and "above" labels the same so there's no need to modify any styling.
Comment #7
devin carlson commentedCommitted #5 to 7.x-3.x.
Thanks!
Comment #8
devin carlson commentedhttp://drupalcode.org/project/commons_wikis.git/commit/06564ea3b8d8a7d25...