[JBoss JIRA] (GTNPORTAL-3176) Deleting a site used in redirects leads into NPE
by Viliam Rockai (JIRA)
Viliam Rockai created GTNPORTAL-3176:
----------------------------------------
Summary: Deleting a site used in redirects leads into NPE
Key: GTNPORTAL-3176
URL: https://issues.jboss.org/browse/GTNPORTAL-3176
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.6.0.Final
Reporter: Viliam Rockai
Assignee: Alexandre Mendonça
When you delete a site, which is used in portal redirects, it causes several bugs. For instance, try to delete "mobile" site (delete in site management menu). You can still see a link to mobile site in the redirect portlet at the bottom of the page and after accessing it's redirect configuration you'll see a NPE:
16:09:32,840 ERROR [stderr] (http-/127.0.0.1:8080-5) java.lang.NullPointerException
16:09:32,841 ERROR [stderr] (http-/127.0.0.1:8080-5) at org.gatein.ui.admin.redirect.beans.EditRedirectBean.loadRedirectNodes(EditRedirectBean.java:639)
16:09:32,841 ERROR [stderr] (http-/127.0.0.1:8080-5) at org.gatein.ui.admin.redirect.beans.EditRedirectBean.load(EditRedirectBean.java:605)
16:09:32,841 ERROR [stderr] (http-/127.0.0.1:8080-5) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (GTNPORTAL-3175) Newly created space not showing in the spaces list in redirect admin portlet
by Viliam Rockai (JIRA)
Viliam Rockai created GTNPORTAL-3175:
----------------------------------------
Summary: Newly created space not showing in the spaces list in redirect admin portlet
Key: GTNPORTAL-3175
URL: https://issues.jboss.org/browse/GTNPORTAL-3175
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.6.0.Final
Reporter: Viliam Rockai
Assignee: Nick Scavelli
When creating a new space upon a newly created group, this space is not listed in the spaces list in the redirect admin portlet.
1. create a new group in the org management, i.e. "Test"
2. create a new space in the group "manage groups" by "add navigation"
3. add some node with page into that space navigation
this is not listed in the spaces list in the redirect admin portlet but it's listed in the group menu. this is related to the default value of the limit filter.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months
[JBoss JIRA] (GTNPORTAL-3174) Refactor JS code of the redirect admin portlet
by Viliam Rockai (JIRA)
Viliam Rockai created GTNPORTAL-3174:
----------------------------------------
Summary: Refactor JS code of the redirect admin portlet
Key: GTNPORTAL-3174
URL: https://issues.jboss.org/browse/GTNPORTAL-3174
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.6.0.Final
Reporter: Viliam Rockai
There is some redundant JS code in the portlet:
* included jquery
* JS bootstrap plugins are on two places - in the bootstrap.js file and in the separate js files
I suggest removing the jquery file and separate plugin files.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 4 months