gforge-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-devel] ( gforge-Patches-290 ) Fix for Updating Statuses in www/a


From: noreply
Subject: [Gforge-devel] ( gforge-Patches-290 ) Fix for Updating Statuses in www/admin/groupedit.php
Date: Sat, 12 Apr 2003 16:03:01 -0500

Patches item #290, was opened at 2003-04-12 16:03
You can respond by visiting: 
http://gforge.org/tracker/?func=detail&atid=106&aid=290&group_id=1

Category: Site Admin
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jeff Fynboh (jfynboh)
Assigned to: Nobody (None)
Summary: Fix for Updating Statuses in  www/admin/groupedit.php

Initial Comment:
There is currently a bug that prevents a site admin
from properly updating the status of a group (e.g. From
Deleted to Active).

The problem seemed to arive with the changes in v1.5 of
www/admin/groupedit.php to support localization.

The following lines were added to support retreiving
the status flags from the *.tab files:

 $Language->getText('admin_groupedit','i'),
 $Language->getText('admin_groupedit','a'),
 $Language->getText('admin_groupedit','p'),
 $Language->getText('admin_groupedit','h'),
 $Language->getText('admin_groupedit','d')

unfortunatley the www/include/language/Base.tab
contains entries for:

admin_groupedit A       A
admin_groupedit D       D
admin_groupedit H       H
admin_groupedit I       I
admin_groupedit P       P

Note the case differences.

So the solution is to either Change groupedit.php or
change Base.tab.

I have attached the diff file to make the change to
groupedit.php.




----------------------------------------------------------------------

You can respond by visiting: 
http://gforge.org/tracker/?func=detail&atid=106&aid=290&group_id=1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]