Merge lp:~slub.team/goobi-production/bug-1072756 into lp:goobi-production/1.8

Proposed by Henning Gerhardt
Status: Merged
Merge reported by: Ralf Claussnitzer
Merged at revision: not available
Proposed branch: lp:~slub.team/goobi-production/bug-1072756
Merge into: lp:goobi-production/1.8
Diff against target: 45 lines (+7/-11)
1 file modified
newpages/ProzessverwaltungBearbeiten.jsp (+7/-11)
To merge this branch: bzr merge lp:~slub.team/goobi-production/bug-1072756
Reviewer Review Type Date Requested Status
Ralf Claussnitzer (community) Approve
Matthias Ronge (community) test Approve
Review via email: mp+132102@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Matthias Ronge (matthias-ronge) wrote :

Works for me :)

review: Approve (test)
Revision history for this message
Ralf Claussnitzer (ralf-claussnitzer-deactivatedaccount) wrote :

Ok.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'newpages/ProzessverwaltungBearbeiten.jsp'
2--- newpages/ProzessverwaltungBearbeiten.jsp 2012-09-21 09:51:52 +0000
3+++ newpages/ProzessverwaltungBearbeiten.jsp 2012-10-30 13:39:27 +0000
4@@ -5,7 +5,6 @@
5 <%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="x"%>
6 <%@ taglib uri="https://ajax4jsf.dev.java.net/ajax" prefix="a4j"%>
7
8-<%@ taglib uri='http://java.sun.com/jsp/jstl/core' prefix='c'%>
9 <%--
10 ~ This file is part of the Goobi Application - a Workflow tool for the support of
11 ~ mass digitization.
12@@ -73,12 +72,10 @@
13 <%-- Prozessdetails --%>
14 <%@include file="inc_Prozessverwaltung/prozess_box_Prozessdetails.jsp"%>
15
16- <%-- Schritte --%>
17- <c:if test="${ProzessverwaltungForm.myProzess.id != null}">
18- <%@include file="inc_Prozessverwaltung/prozess_box_Schritte.jsp"%>
19- </c:if>
20+ <f:subview id="sub001" rendered="#{ProzessverwaltungForm.myProzess.id != null}">
21+ <%-- Schritte --%>
22+ <%@include file="inc_Prozessverwaltung/prozess_box_Schritte.jsp"%>
23
24- <f:subview id="sub001" rendered="#{ProzessverwaltungForm.myProzess.id != null && not ProzessverwaltungForm.myProzess.istTemplate}">
25 <%-- Vorlagen --%>
26 <f:subview id="subVorlage" rendered="#{ProzessverwaltungForm.myProzess.vorlagenSize != 0}">
27 <%@include file="inc_Prozessverwaltung/prozess_box_Vorlagen.jsp"%>
28@@ -88,13 +85,12 @@
29 <f:subview id="subWerk" rendered="#{ProzessverwaltungForm.myProzess.werkstueckeSize != 0}">
30 <%@include file="inc_Prozessverwaltung/prozess_box_Werkstuecke.jsp"%>
31 </f:subview>
32+
33+ <%-- Prozesseigenschaften --%>
34+ <%@include file="inc_Prozessverwaltung/prozess_box_Prozesseigenschaften.jsp"%>
35+
36 </f:subview>
37
38- <%-- Prozesseigenschaften --%>
39- <c:if test="${ProzessverwaltungForm.myProzess.id != null}">
40- <%@include file="inc_Prozessverwaltung/prozess_box_Prozesseigenschaften.jsp"%>
41- </c:if>
42-
43 </htm:td>
44 </htm:tr>
45 </htm:table>

Subscribers

People subscribed via source and target branches

to all changes: