[JBoss JIRA] Created: (GTNPORTAL-884) JCR NullPointerException when using the navigation editor
by Julien Viet (JIRA)
JCR NullPointerException when using the navigation editor
---------------------------------------------------------
Key: GTNPORTAL-884
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-884
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Julien Viet
Assignee: Julien Viet
Fix For: 3.1.0
Login as john
Click sites
Edit classic navigation
Remove Home
Remove Site Map
Save
Edit classic navigation
Add new navigation node
Save : creates NPE with
java.lang.NullPointerException
at org.exoplatform.services.jcr.impl.dataflow.session.SessionChangesLog.addItem(SessionChangesLog.java:594)
at org.exoplatform.services.jcr.impl.dataflow.session.SessionChangesLog.add(SessionChangesLog.java:99)
at org.exoplatform.services.jcr.impl.core.NodeImpl.doOrderBefore(NodeImpl.java:2494)
at org.exoplatform.services.jcr.impl.core.NodeImpl.orderBefore(NodeImpl.java:1612)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 1 month
[JBoss JIRA] Created: (GTNPORTAL-1463) Fully translate to Arabic language in webui_ar.xml file
by kien nguyen (JIRA)
Fully translate to Arabic language in webui_ar.xml file
--------------------------------------------------------
Key: GTNPORTAL-1463
URL: https://jira.jboss.org/browse/GTNPORTAL-1463
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.1.0-GA
Reporter: kien nguyen
In webui_ar.xml resource bundle file, some keys don't be tranlate to Arabic
Examples:
############################################################################
# org.exoplatform.portal.webui.container.UIBrowserPortlet #
############################################################################
-->
<UIBrowserPortlet>
<Back>Back</Back>
<Forward>Forward</Forward>
<Refresh>Refresh</Refresh>
<Stop>Stop</Stop>
<Goto>Go to the address in the Address Bar</Goto>
<Go>Go</Go>
<Untitled>(Untitled)</Untitled>
<Tab>New tab</Tab>
</UIBrowserPortlet>
<!--
############################################################################
# org.exoplatform.portal.webui.container.UIPopupWindow #
############################################################################
-->
<UIPopupWindow>
<Close>Close Window</Close>
<title>
<UIPageNodeForm>ADD/EDIT PAGE NODE</UIPageNodeForm>
<UINavigationManagement>Navigation Management</UINavigationManagement>
<UIPageNavigationForm>Page Navigation Form</UIPageNavigationForm>
</title>
</UIPopupWindow>
<!--
#############################################################################
# org.exoplatform.portal.organization.component.UIGroupNavigationManagement#
#############################################################################
-->
<UIGroupNavigationManagement>
<Action>
<Add>Add Navigation</Add>
</Action>
<Delete>
<Confirm>Are you sure to delete this navigation?</Confirm>
</Delete>
</UIGroupNavigationManagement>
<!--
#############################################################################
# org.exoplatform.portal.organization.component.UIAddGroupNavigation#
#############################################################################
-->
<UIAddGroupNavigation>
<Action>
<Add>Add Navigation</Add>
</Action>
<Label>
<NoPermission>This user doesn't have permisson to add navigation</NoPermission>
</Label>
<header>
<Group>Group</Group>
</header>
</UIAddGroupNavigation>
<!--
############################################################################
# org.exoplatform.portal.webui.application.UIGadget #
############################################################################
-->
<UIGadget>
<tooltip>
<Minimize>تصغير</Minimize>
<Unminimize>استعادة</Unminimize>
<Maximize>تكبير</Maximize>
<Unmaximize>استعادة بانخفاض</Unmaximize>
<editGadget>Edit Gadget</editGadget>
<deleteGadget>Delete this gadget</deleteGadget>
</tooltip>
</UIGadget>
--
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
14 years, 1 month