Tags:
create new tag
, view all tags

Question

The "closer" field is not getting set correctly. Here's a fix:

--- Action.pm.orig      Fri Nov 19 11:57:29 2004
+++ Action.pm   Mon Feb  7 07:44:02 2005
@@ -305,7 +305,7 @@
     }
 
     if ( $this->{state} eq "closed" ) {
-      if ( !defined( $this->{closer} )) {
+      if ( !defined( $this->{closer} )|| $this->{closer} eq "" ) {
        $this->{closer} = $me;
       }
       if ( !defined( $this->{closed} )) {

Environment

TWiki version:  
TWiki plugins:  
Server OS:  
Web server:  
Perl version:  
Client OS:  
Web Browser:  
Categories:  

-- TWikiGuest - 07 Feb 2005

Answer

 
WebForm
SupportStatus Select one...
Topic revision: r1 - 2005-02-07 - TWikiGuest
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.