Author: bpapez Date: Fri Jun 15 14:35:38 2007 New Revision: 17596 URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D17596&repname= =3Djahia Log: issue ABC-27: Unable to publish changes on page because of Workflow errors =
http://www.jahia.net/jira/browse/ABC-27 removed the check (porting from Jahia 4.2) Modified: trunk/core/src/java/org/jahia/services/fields/ContentPageField.java Modified: trunk/core/src/java/org/jahia/services/fields/ContentPageField.ja= va URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/core/src/java/o= rg/jahia/services/fields/ContentPageField.java&rev=3D17596&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 --- trunk/core/src/java/org/jahia/services/fields/ContentPageField.java (or= iginal) +++ trunk/core/src/java/org/jahia/services/fields/ContentPageField.java Fri= Jun 15 14:35:38 2007 @@ -339,7 +339,7 @@ // validate containers that have "unfilled" values. } } - +/* if (movedPage) { // the page is currently in a move state, but not activated if (!stateModifContext.getStartObject().equals(contentPage.get= ObjectKey())) { @@ -359,6 +359,7 @@ return activationTestResults; } } +*/ = if (contentPage =3D=3D null) { // this could happen if the database had a jahia_link_only val= ue return activationTestResults; _______________________________________________ cvs_list mailing list [email protected] http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list
