Merge lp:~zeutschel/goobi-production/bug-1032189 into lp:goobi-production/1.8

Proposed by Matthias Ronge
Status: Merged
Merged at revision: 113
Proposed branch: lp:~zeutschel/goobi-production/bug-1032189
Merge into: lp:goobi-production/1.8
Diff against target: 11 lines (+1/-1)
1 file modified
newpages/inc_AktuelleSchritte/schritt_box_Details.jsp (+1/-1)
To merge this branch: bzr merge lp:~zeutschel/goobi-production/bug-1032189
Reviewer Review Type Date Requested Status
Ralf Claussnitzer (community) Approve
Review via email: mp+132098@code.launchpad.net

Description of the change

I cannot test the fix myself because I don’t get anything into ‘My Tasks’ any more, but if you see it working, you should include it. It seems absolutely plausible.

To post a comment you must log in.
Revision history for this message
Ralf Claussnitzer (ralf-claussnitzer-deactivatedaccount) wrote :

Fixes the error, so I will approve it.

But there are still JavaScript error messages left:

HTML1202: "http://bdv039:8080/goobi-ce-mainline/newpages/AktuelleSchritteAlle.jsf" wird in der Kompatibilitätsansicht ausgeführt, weil "Intranetsites in Kompatibilitätsansicht anzeigen" aktiviert ist.
AktuelleSchritteAlle.jsf
SCRIPT5009: "oldJQuery" ist undefiniert
JQuerySpinBtn.js.jsf, Zeile 2 Zeichen 1
SCRIPT5022: Annahme ausgelöst und nicht aufgefangen.
calendar.js.jsf, Zeile 4 Zeichen 1
HTML1115: Das X-UA-kompatible META-Tag ("IE=7") wurde ignoriert, weil der Dokumentmodus bereits fertig gestellt ist.
AktuelleSchritteAlle.jsf

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'newpages/inc_AktuelleSchritte/schritt_box_Details.jsp'
2--- newpages/inc_AktuelleSchritte/schritt_box_Details.jsp 2012-03-22 15:06:31 +0000
3+++ newpages/inc_AktuelleSchritte/schritt_box_Details.jsp 2012-10-30 13:36:21 +0000
4@@ -157,6 +157,6 @@
5 theme_advanced_toolbar_location : "top",
6 theme_advanced_toolbar_align : "left",
7 theme_advanced_statusbar_location : "bottom",
8- theme_advanced_resizing : true,
9+ theme_advanced_resizing : true
10 });
11 </script>

Subscribers

People subscribed via source and target branches