[SOVLED] Joomla! 1.0.12 backend bug

Confirmed bugs that have been Fixed - Joomla 1.0.x



[New Threads cannot be started in this forum]
Locked
xtaaviankka
Joomla! Apprentice
Joomla! Apprentice
Posts: 9
Joined: Mon May 07, 2007 9:10 pm

[SOVLED] Joomla! 1.0.12 backend bug

Post by xtaaviankka » Mon May 07, 2007 9:55 pm

administrator/components/com_categories/admin.categories.HTML.php line  280

Code: Select all

/**
   * Writes the edit form for new and existing categories
   * @param mosCategory The category object
   * @param string
   * @param array
   */
---->>> after

Code: Select all

alert("Category must have a name");
Change ---->>>

Code: Select all

alert("Category must have a name");
} else if (form.title.value ==""){
alert("Category must have a title");
If create new category, but title is blank. Error page is blank, but show error.
After change error page is normal.

user deleted

Re: Joomla! 1.0.12 backend bug

Post by user deleted » Tue May 08, 2007 5:46 am

Moderator note; moving from Development >> Q&T

User avatar
RobS
Joomla! Ace
Joomla! Ace
Posts: 1366
Joined: Mon Dec 05, 2005 10:17 am
Location: New Orleans, LA, USA
Contact:

Re: Joomla! 1.0.12 backend bug

Post by RobS » Mon May 14, 2007 9:33 pm

Fixed in SVN.  Thanks for reporting.
Rob Schley - Open Source Matters
Webimagery - http://www.webimagery.net/ - Professional Consulting Services
JXtended - http://www.jxtended.com/ - Free and Commercial Joomla! Extensions


Locked

Return to “Q&T 1.0.x Resolved”