Author: sshyrkov Date: Fri Sep 21 15:20:36 2007 New Revision: 18620 URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D18620&repname= =3Djahia Log: JAHIA-2341: N-Step - Quick correction / Finish correction is broken if the = object is on different steps for different languages =
http://www.jahia.net/jira/browse/JAHIA-2341 Resolution: error in JavaScript corrected Modified: branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/javascript/zimbr= a/complexTree/ComplexTreeProperties.js Modified: branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/javascript= /zimbra/complexTree/ComplexTreeProperties.js URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-5-0-SP= -BRANCH/core/src/webapp/jsp/jahia/javascript/zimbra/complexTree/ComplexTree= Properties.js&rev=3D18620&repname=3Djahia =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/javascript/zimbr= a/complexTree/ComplexTreeProperties.js (original) +++ branches/JAHIA-5-0-SP-BRANCH/core/src/webapp/jsp/jahia/javascript/zimbr= a/complexTree/ComplexTreeProperties.js Fri Sep 21 15:20:36 2007 @@ -95,7 +95,7 @@ ComplexTreeProperties.STAGING_WORKFLOW_STATE_1 =3D 201; ComplexTreeProperties.STAGING_WORKFLOW_STATE_2 =3D 202; ComplexTreeProperties.STAGING_WORKFLOW_STATE_3 =3D 203; -ComplexTreeProperties.STAGING_WORKFLOW_STATE_3 =3D 204; +ComplexTreeProperties.STAGING_WORKFLOW_STATE_4 =3D 204; ComplexTreeProperties.WAITING_WORKFLOW_STATE_2 =3D 302; ComplexTreeProperties.WAITING_WORKFLOW_STATE_3 =3D 303; ComplexTreeProperties.WAITING_WORKFLOW_STATE_4 =3D 304; @@ -110,7 +110,7 @@ ComplexTreeProperties.EDIT_ICONE_SRC_1 =3D "/jsp/jahia/engines/images/icon= s/workflow/state_edit_1.gif"; ComplexTreeProperties.EDIT_ICONE_SRC_2 =3D "/jsp/jahia/engines/images/icon= s/workflow/state_edit_2.gif"; ComplexTreeProperties.EDIT_ICONE_SRC_3 =3D "/jsp/jahia/engines/images/icon= s/workflow/state_edit_3.gif"; -ComplexTreeProperties.EDIT_ICONE_SRC_3 =3D "/jsp/jahia/engines/images/icon= s/workflow/state_edit_4.gif"; +ComplexTreeProperties.EDIT_ICONE_SRC_4 =3D "/jsp/jahia/engines/images/icon= s/workflow/state_edit_4.gif"; ComplexTreeProperties.DELETED_ICONE_SRC =3D "/jsp/jahia/engines/images/ico= ns/workflow/state_deleted.gif"; ComplexTreeProperties.ACCEPT_ICONE_SRC =3D "/jsp/jahia/engines/images/icon= s/workflow/accept.gif"; ComplexTreeProperties.REFUSE_ICONE_SRC =3D "/jsp/jahia/engines/images/icon= s/workflow/refuse.gif"; _______________________________________________ cvs_list mailing list [email protected] http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list
