Closed (fixed)
Project:
Drupal Commons
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2014 at 09:00 UTC
Updated:
15 Aug 2014 at 03:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
devin carlson commentedIt looks like a number of the Commons fields have the same weight, which can lead to inconsistent display.
The attached patch assigns unique weights (both instance and display) to the primary Commons field instances (title, body, media) which solves the problem. This also makes it easier for users to add their own fields as they no longer have to worry about the order of their fields and whether they will appear above Commons Documents body field but not Commons Posts, etc without reordering every field.
Comment #2
devin carlson commentedCommitted #1 to Commons 7.x-3.x.