Page 1 of 1

Type of Extension: "Tool" - not being accepted by form validation

Posted: Thu Apr 06, 2006 12:18 pm
by Nic
Just submitted my first extension, which falls under the category "Tools" and noticed that the javascript that is validating the submission form does not recognise the "Extension includes: Tool" checkbox. Although checked it gives js alert "Please select the type of extension before submitting".

There is

Code: Select all

&& !gebid('cmt_tool').checked


missing from this line:

Code: Select all

} else if (!gebid('cmt_com').checked && !gebid('cmt_mod').checked && !gebid('cmt_plugin').checked && !gebid('cmt_lang').checked ){



Nic

Re: Type of Extension: "Tool" - not being accepted by form validation

Posted: Thu Apr 06, 2006 12:46 pm
by ot2sen
Hi Nic,

Thanks for reporting this !

We will have this fixed a.s.a.p.*
(* with reservation for timezone and sleeping people with access to the code  ;) )

Re: Type of Extension: "Tool" - not being accepted by form validation

Posted: Thu Apr 06, 2006 12:51 pm
by ot2sen
Temporarily solution for submitting, until fixed.

Do as Nic did ~ select the Tools icon and one of the other icons. (One of the editors will then correct that before approving)

Re: Type of Extension: "Tool" - not being accepted by form validation

Posted: Fri Apr 07, 2006 2:19 am
by dknight
Thanks Nic! I have fixed the issue.