I've added a new field (field_title in this case) to the private message thread, but it is not displayed on the add form at private_message/create.

The field is configured to display at /admin/structure/private_message/private_message_thread/form-display to be visible.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

opdavies created an issue. See original summary.

opdavies’s picture

Issue summary: View changes
Bala.addweb’s picture

Please add the same to "admin/structure/private_message/private_message/fields" and check for the same. To add a field on private message form you have to create on that path after that you will find it on "private_message/create".

raven_web’s picture

I am also having this issue.

nikunj.addweb that adds the field to the messages, not the thread.

Jaypan’s picture

Status: Active » Postponed

The page at /private_message/create is for creating private messages, not threads. The thread is created as a background process when a private message is created. There is no UI to be able to create threads at the moment, and I'll have to consider how to go about creating one. This will not be part of the first release of the module however. I'll consider it after I've got a full release.

Jaypan’s picture

I'm going to consider how to handle this for the 8.x-2.0 version of the module. I'm still not sure how exactly I will handle it, but it needs to be considered.

Jaypan’s picture

Status: Postponed » Active
anmolgoyal74’s picture

Status: Active » Fixed

For 8.x-1.0, You have to add the field to the messages, not the thread.
for threads, This will be taken as new feature request. Please create a new issue if this request is still valid.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.