[JBoss JIRA] Created: (GTNPORTAL-1443) Still click Group on UI Tree Group after delete membership of user in this group
by Hang Nguyen (JIRA)
Still click Group on UI Tree Group after delete membership of user in this group
--------------------------------------------------------------------------------
Key: GTNPORTAL-1443
URL: https://jira.jboss.org/browse/GTNPORTAL-1443
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Hang Nguyen
Priority: Minor
Attachments: 1.jpg, 2.jpg
- Create new user: test
- Add new user to group: manager/organization/Management/Executive Board
- Login with new user --> go to organization/Management/Executive Board --> select membership tab -> delete manager membership -> Ok
- Return to Group management
=> Show all group which user have right -> Not correct
-> After delete membership which user is added in group -> user click on name of group which have membership is deleted => Should show message alert "membership in group was deleted so you can't select this group"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] (GTNPORTAL-2327) Portal page width is hard-coded and doesn't adapt to layout change
by Michal Vanco (JIRA)
Michal Vanco created GTNPORTAL-2327:
---------------------------------------
Summary: Portal page width is hard-coded and doesn't adapt to layout change
Key: GTNPORTAL-2327
URL: https://issues.jboss.org/browse/GTNPORTAL-2327
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.2.0-Beta01
Environment: EPP5.2
Reporter: Michal Vanco
Fix For: 3.2.0-GA
See screenshot at forum question: https://community.jboss.org/message/646741
my reply:
I found out that only way to change portal page width is changing one stylesheet class at
gatein.ear/01eXoResources.war/skin/DefaultSkin/portal/webui/component/control/UIWorkspace/Stylesheet.css
There is a hardcoded width at
.UIWorkingWorkspace .UIPageBody {
...
width: 978px; (same width as width of background image at home page template)
}
Let's change this value to 100% for example and then the page will adapt your layout (for example what you are expecting at your screenshot)...
I think this can be common scenario and page width should adapt current layout.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months