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

Here you can contact the editors of our Extensions site, as well as access infomation relating to this site.

Moderators: tydust, LorenzoG, timothy.stiffler

Forum rules
Forum Rules
READ ME <-- please read before posting, this means YOU.
Post Reply
User avatar
Nic
Joomla! Apprentice
Joomla! Apprentice
Posts: 14
Joined: Fri Aug 19, 2005 3:36 pm
Contact:

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

Post by Nic » Thu Apr 06, 2006 12:18 pm

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
Last edited by ot2sen on Fri Apr 07, 2006 6:26 am, edited 1 time in total.
[ Joomla! StatsCleaner - a free tool to reset ALL Joomla! stats - http://www.nab-design.de/devcorner/ ]

User avatar
ot2sen
Joomla! Ace
Joomla! Ace
Posts: 1384
Joined: Thu Aug 18, 2005 9:58 am
Location: Hillerød - Denmark
Contact:

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

Post by ot2sen » Thu Apr 06, 2006 12:46 pm

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  ;) )
Ole Bang Ottosen - http://www.ot2sen.dk
Danish Joomla! support site – http://joomladanmark.org

User avatar
ot2sen
Joomla! Ace
Joomla! Ace
Posts: 1384
Joined: Thu Aug 18, 2005 9:58 am
Location: Hillerød - Denmark
Contact:

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

Post by ot2sen » Thu Apr 06, 2006 12:51 pm

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)
Ole Bang Ottosen - http://www.ot2sen.dk
Danish Joomla! support site – http://joomladanmark.org

User avatar
dknight
Joomla! Engineer
Joomla! Engineer
Posts: 467
Joined: Thu Aug 18, 2005 5:14 am
Location: Kuala Lumpur, Malaysia
Contact:

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

Post by dknight » Fri Apr 07, 2006 2:19 am

Thanks Nic! I have fixed the issue.
Lee - Mosets Consulting
Developer of Real Estate and Directory component for Joomla!
Website: www.mosets.com


Post Reply