Suddenly, list of private messages for admin role has disappeared. You can still send new messages, view individual messages (if you have a direct link) but you can't see the list.

Any way to fix this?

Edit: This is a Bootstrap theme issue - If you turn Responsive tables option, it breaks the message list in Private Messaging module.

Comments

standingtall created an issue. See original summary.

standingtall’s picture

Project: Privatemsg » Bootstrap
Version: 7.x-1.4 » 7.x-3.4
Issue summary: View changes
Issue tags: +private messaging

If you turn Responsive tables option, it breaks the message list in Private Messaging module.

markhalliwell’s picture

Category: Bug report » Support request
Status: Active » Closed (works as designed)

Then turn off the option or alter the specific form to set the contextual responsiveness to FALSE (see: _bootstrap_table_add_classes()):

$form['some_table']['#context']['responsive'] = FALSE;