[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-dev] [Bug #2513] homepage change lost after submit (editgroup
From: |
nobody |
Subject: |
[Savannah-dev] [Bug #2513] homepage change lost after submit (editgroupinfo.php) |
Date: |
Mon, 10 Feb 2003 10:17:25 -0500 |
=================== BUG #2513: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2513&group_id=11
Changes by: Mathieu Roy <address@hidden>
Date: 2003-Feb-10 16:17 (Europe/Paris)
What | Removed | Added
---------------------------------------------------------------------------
Severity | 5 - Average | 3 - Ordinary
=================== BUG #2513: FULL BUG SNAPSHOT ===================
Submitted by: dfeich Project: Savannah
Submitted on: 2003-Feb-10 15:26
Category: PHP Engine Severity: 3 - Ordinary
Priority: None Bug Group: None
Resolution: None Assigned to: None
Status: Open Effort: 0.00
Summary: homepage change lost after submit (editgroupinfo.php)
Original Submission: This affects the functionality of the
project/admin/editgroupinfo.php file:
After hitting the submit button the redisplayed page still contains the old
value of the homepage field (although the modification is correctly carried
over into the data base).
Reason:
The problem is that the project object's state is read via the 'require'
statements at the beginning of the script. The submit modification is done
after this, and so the $project->getHomePage() function in line 174 still
returns the old value instead of the actual data base value which is then
displayed in the entry box.
Follow-up Comments
*******************
-------------------------------------------------------
Date: 2003-Feb-10 16:17 By: yeupou
Would like to fix it directly? As we discussed this previously, we should add
you to dev list, so just say a word.
CC list is empty
No files currently attached
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2513&group_id=11