← Back to team overview

slub.team team mailing list archive

[Merge] lp:~slub.team/goobi-production/bug-1021309 into lp:goobi-production

 

Henning Gerhardt has proposed merging lp:~slub.team/goobi-production/bug-1021309 into lp:goobi-production.

Requested reviews:
  Ralf Claussnitzer (ralf-claussnitzer)
  Matthias Ronge (matthias-ronge)
Related bugs:
  Bug #1021309 in Goobi.Production: "New process template allows adding jobs that cannot be saved"
  https://bugs.launchpad.net/goobi-production/+bug/1021309

For more details, see:
https://code.launchpad.net/~slub.team/goobi-production/bug-1021309/+merge/125657
-- 
https://code.launchpad.net/~slub.team/goobi-production/bug-1021309/+merge/125657
Your team Saxon State Library Team is subscribed to branch lp:goobi-production.
=== modified file 'newpages/ProzessverwaltungBearbeiten.jsp'
--- newpages/ProzessverwaltungBearbeiten.jsp	2011-12-20 08:07:09 +0000
+++ newpages/ProzessverwaltungBearbeiten.jsp	2012-09-21 09:55:33 +0000
@@ -74,7 +74,9 @@
 								<%@include file="inc_Prozessverwaltung/prozess_box_Prozessdetails.jsp"%>
 
 								<%-- Schritte --%>
-								<%@include file="inc_Prozessverwaltung/prozess_box_Schritte.jsp"%>
+								<c:if test="${ProzessverwaltungForm.myProzess.id != null}">
+								    <%@include file="inc_Prozessverwaltung/prozess_box_Schritte.jsp"%>
+								</c:if>
 
 								<f:subview id="sub001" rendered="#{ProzessverwaltungForm.myProzess.id != null && not ProzessverwaltungForm.myProzess.istTemplate}">
 									<%-- Vorlagen --%>
@@ -89,7 +91,9 @@
 								</f:subview>
 
 								<%-- Prozesseigenschaften --%>
-								<%@include file="inc_Prozessverwaltung/prozess_box_Prozesseigenschaften.jsp"%>
+								<c:if test="${ProzessverwaltungForm.myProzess.id != null}">
+								    <%@include file="inc_Prozessverwaltung/prozess_box_Prozesseigenschaften.jsp"%>
+								</c:if>
 
 							</htm:td>
 						</htm:tr>


Follow ups