Postponed (maintainer needs more info)
Project:
Drupal Commons
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2013 at 15:58 UTC
Updated:
1 Mar 2015 at 09:54 UTC
Jump to comment: Most recent

Comments
Comment #1
BarisW commentedAfter some thinking I believe that the most fool-proof way of handling this is to add the plural name to either the node type definition (as field) or using the
hook_commons_entity_integration()like this:Then we can change this
to
Comment #2
BarisW commentedThe last piece of code can even be a bit clearer by rewriting the strtolower logic:
Comment #3
lsolesen commentedCan you create a patch?