Active
Project:
Drupal Commons
Version:
7.x-3.9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Mar 2014 at 21:55 UTC
Updated:
29 Nov 2014 at 16:36 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
japerryI stumbled upon this issue while testing multiple group types. I believe this should fix the issue.
Comment #2
japerryWhile making this change fixes the problem for people creating new content types, it does not fix existing content types.
Further, converting titles to title_fields causes existing content titles to totally disappear. Should we just document this instead of trying to automatically fix it?
Comment #4
japerryFixed!
http://drupalcode.org/project/commons.git/commit/fdfae49
One note, sorta related to this, sorta not. The bw_widget shows as overridden when you make new content types. We should make a new issue to tackle this.
Comment #6
mpaler commentedHi,
Hate to re-open a ticket, however this seemed the most appropriate place. I am running a forum (with custom forum content type) on top of Drupal Commons.
I just did a big drupal & commons version update that includes a couple of custom message types that I override core commons message types with using hook_commons_activity_streams_message_selection_alter. Now, when I visit a user's activity stream that should I see the same situation observed by stieglitz (See attached).
I have tried uninstalling & reinstalling title, my own custom feature, and no joy. I have tried rebuilding the messages using:
title_field_replacement_batch_set('message', 'my_custom_message_type', 'title');
No joy.
Is there a way to rebuild the messages using my custom message type?
Thanks!