|
From: <si...@us...> - 2009-03-12 12:20:54
|
Revision: 3403
http://subtext.svn.sourceforge.net/subtext/?rev=3403&view=rev
Author: simo
Date: 2009-03-12 12:20:30 +0000 (Thu, 12 Mar 2009)
Log Message:
-----------
Fixed the bug that made editing categories impossible (trunk works fine, tho)
Modified Paths:
--------------
branches/Release2.1/SubtextSolution/Subtext.Web/Admin/EditCategories.aspx.cs
Modified: branches/Release2.1/SubtextSolution/Subtext.Web/Admin/EditCategories.aspx.cs
===================================================================
--- branches/Release2.1/SubtextSolution/Subtext.Web/Admin/EditCategories.aspx.cs 2009-03-12 10:49:30 UTC (rev 3402)
+++ branches/Release2.1/SubtextSolution/Subtext.Web/Admin/EditCategories.aspx.cs 2009-03-12 12:20:30 UTC (rev 3403)
@@ -176,6 +176,7 @@
private void dgrCategories_EditCommand(object source, DataGridCommandEventArgs e)
{
+ BindLocalUI();
dgrItems.EditItemIndex = e.Item.ItemIndex;
BindList();
this.Messages.Clear();
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|