← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 4681: [mydatamart] minor fix to accomodate change in dhis login redirect

 

------------------------------------------------------------
revno: 4681
committer: Bob Jolliffe bobjolliffe@xxxxxxxxx
branch nick: dhis2
timestamp: Sun 2011-09-25 11:39:36 +0100
message:
  [mydatamart] minor fix to accomodate change in dhis login redirect
modified:
  tools/datamart/mydatamart.exe
  tools/datamart/mydatamart.vfs/libdhis/dhisweb/dhisweb.tcl


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'tools/datamart/mydatamart.exe'
Binary files tools/datamart/mydatamart.exe	2011-09-04 13:50:14 +0000 and tools/datamart/mydatamart.exe	2011-09-25 10:39:36 +0000 differ
=== modified file 'tools/datamart/mydatamart.vfs/libdhis/dhisweb/dhisweb.tcl'
--- tools/datamart/mydatamart.vfs/libdhis/dhisweb/dhisweb.tcl	2011-08-02 19:21:56 +0000
+++ tools/datamart/mydatamart.vfs/libdhis/dhisweb/dhisweb.tcl	2011-09-25 10:39:36 +0000
@@ -322,7 +322,7 @@
 		if {[info exists metadata(Location)]} {
 		    # ok .. where are we being redirected to
 		    switch -glob $metadata(Location) {
-			*loginfailed* { 
+			*login* { 
 			    set ::dhisweb::loginstatus LFAILED 
 			    ${::dhisweb::log}::debug "login failed"
 			}