slub.team team mailing list archive
-
slub.team team
-
Mailing list archive
-
Message #00415
[Merge] lp:~slub.team/goobi-production/bug-1072756 into lp:goobi-production
Henning Gerhardt has proposed merging lp:~slub.team/goobi-production/bug-1072756 into lp:goobi-production.
Requested reviews:
Ralf Claussnitzer (ralf-claussnitzer)
Matthias Ronge (matthias-ronge)
Related bugs:
Bug #1072756 in Goobi.Production: "List of tasks missing when returning from task details"
https://bugs.launchpad.net/goobi-production/+bug/1072756
For more details, see:
https://code.launchpad.net/~slub.team/goobi-production/bug-1072756/+merge/132102
--
https://code.launchpad.net/~slub.team/goobi-production/bug-1072756/+merge/132102
Your team Saxon State Library Team is subscribed to branch lp:goobi-production.
=== modified file 'newpages/ProzessverwaltungBearbeiten.jsp'
--- newpages/ProzessverwaltungBearbeiten.jsp 2012-09-21 09:51:52 +0000
+++ newpages/ProzessverwaltungBearbeiten.jsp 2012-10-30 13:39:27 +0000
@@ -5,7 +5,6 @@
<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="x"%>
<%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
-<%@ taglib uri='http://java.sun.com/jsp/jstl/core' prefix='c'%>
<%--
~ This file is part of the Goobi Application - a Workflow tool for the support of
~ mass digitization.
@@ -73,12 +72,10 @@
<%-- Prozessdetails --%>
<%@include file="inc_Prozessverwaltung/prozess_box_Prozessdetails.jsp"%>
- <%-- Schritte --%>
- <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}">
+ <%-- Schritte --%>
+ <%@include file="inc_Prozessverwaltung/prozess_box_Schritte.jsp"%>
- <f:subview id="sub001" rendered="#{ProzessverwaltungForm.myProzess.id != null && not ProzessverwaltungForm.myProzess.istTemplate}">
<%-- Vorlagen --%>
<f:subview id="subVorlage" rendered="#{ProzessverwaltungForm.myProzess.vorlagenSize != 0}">
<%@include file="inc_Prozessverwaltung/prozess_box_Vorlagen.jsp"%>
@@ -88,13 +85,12 @@
<f:subview id="subWerk" rendered="#{ProzessverwaltungForm.myProzess.werkstueckeSize != 0}">
<%@include file="inc_Prozessverwaltung/prozess_box_Werkstuecke.jsp"%>
</f:subview>
+
+ <%-- Prozesseigenschaften --%>
+ <%@include file="inc_Prozessverwaltung/prozess_box_Prozesseigenschaften.jsp"%>
+
</f:subview>
- <%-- Prozesseigenschaften --%>
- <c:if test="${ProzessverwaltungForm.myProzess.id != null}">
- <%@include file="inc_Prozessverwaltung/prozess_box_Prozesseigenschaften.jsp"%>
- </c:if>
-
</htm:td>
</htm:tr>
</htm:table>
Follow ups