Im trying to set this up, but Im running into issues. The Group "Members" section and "Related Entities" is falsely reporting no users. Makes it hard to manage users. When I try to add me, I get "Username: XXX has reached the maximum amount of times it can be added to YYY

I don't see any other errors. Would love to get this to work. Please Help, and thanks.

Michael

Comments

MGParisi created an issue. See original summary.

MGParisi’s picture

Ok, I found the issue. The display is showing, but the css is off when used with a bootstrap theme. Its pushing it to the right. Im having other issues as well with label positions that can block out horizontal tabs.

MGParisi’s picture

Fix

.table-responsive {
	overflow-x:initial;
}
MGParisi’s picture

Component: Group (group) » Usability
Status: Active » Needs review
MGParisi’s picture

Title: Missing Members and » CSS Issue on Bootstrap themes
Martijn de Wit’s picture

Is this a CSS fix on a group module file of is it to fix Bootstrap CSS.

It would be nice to see a patch for your solution on the right file.

jonathanshaw’s picture

Component: Usability » User interface
tormi’s picture

Status: Needs review » Needs work

There's no patch, therefore "Needs work".

MGParisi’s picture

Im not certain the patch. The css I used to fix this issue caused other issues. I have no current solution that fixes this the correct way. Can anyone even reproduce? If they can't, just close it as this was for a prototype that has now been removed and replaced with a working product. (Non-Drupal).

It looked like the entire section was missing. It was pushed right in its container outside of the visual bounds. Thus it appeared gone... The container that pushes it is probably the problem. I just didn't spend enough time to figure this one out. Sorry.

Martijn de Wit’s picture

Status: Needs work » Closed (cannot reproduce)