List:Eventum General Discussion« Previous MessageNext Message »
From:M  IN BLR SISL Srivathsan Date:November 9 2009 11:33am
Subject:RE: Issue-discussion: Bug in Mandatory Custom fields
View as plain text  
Hi Vipul,

Thanks for pinging and reminding of the same.  Honestly I really got lost in my Office
work for the past (1 1/2) months and really couldn't look into it.

But in the past 1 week, within the limited time I got, I found out quite a few such issues
with v2.2 - many things that used to work fine in v2.0.1 were not working in v2.2.  One
other example is, I could submit a new Issue with the Summary and Initial Description as
blank / empty.  I really didn't care to test this on v2.2 as I know for sure that such
submissions were not allowed in v1.6.1 to v2.0.1.  Moreover, in v2.2 also, Summary and
Initial Descriptions are marked (with '*') as Mandatory Fields.

I need some time to confirm this as I had done quite a few customizations over the v2.2
source code.  Maybe I messed up somewhere in putting in those customizations.

In any case, I think I could come over to this very soon.  I shall keep you and the group
posted about my findings.

Thanks and rgds,
Watson

-----Original Message-----
From: vmistry@stripped [mailto:vmistry@stripped] 
Sent: Monday, November 09, 2009 1:33 PM
To: Srivathsan, M IN BLR SISL
Subject: RE: Issue-discussion: Bug in Mandatory Custom fields

Hi,

Is this issued is resolved for you. If yes can you share the knowledge.

Best Regards
Vipul 

-----Original Message-----
From: Srivathsan, M IN BLR SISL [mailto:M.Srivathsan@stripped] 
Sent: Friday, September 25, 2009 12:33 AM
To: Marcelo Coscia; eventum-users@stripped
Subject: RE: Issue-discussion: Bug in Mandatory Custom fields

Hi Marcelo,

Thanks for the fix.  I shall test it the first tomorrow as I need to
deploy an implementation of Eventum.  I shall update you accordingly.

Thanks and rgds,
Watson

-----Original Message-----
From: Marcelo Coscia [mailto:marcelo_coscia@stripped]
Sent: Thu, 24-Sep-2009 16:29
To: eventum-users@stripped
Subject: Issue-discussion: Bug in Mandatory Custom fields

Hi,

I resolved a problem related to "Bug in Mandatory Custom fields" (with
multiple combo and combo) In the file: js\validation.js Add the two
lines at the function : checkCustomFields

 function checkCustomFields(f)
 {
    // requires the variable custom_fields_info to be set
     for (var i = 0; i < custom_fields_info.length; i++) {

         var info = custom_fields_info[i];
         var field = $('#custom_field_' + info.id);

+        if (field.val()!=null) {
            if (((field.val().length < 1) || (field.val() == -1)) &&
(field.parent().parent().css('display') == 'none')) {
                continue;
            }
+        }

I expect to help somebody...
regards
Marcelo


--
Eventum Users Mailing List
For list archives: http://lists.mysql.com/eventum-users
To unsubscribe:
http://lists.mysql.com/eventum-users?unsub=1


--
Eventum Users Mailing List
For list archives: http://lists.mysql.com/eventum-users
To unsubscribe:
http://lists.mysql.com/eventum-users?unsub=1

Thread
RE: Issue-discussion: Bug in Mandatory Custom fieldsM  IN BLR SISL Srivathsan9 Nov