Fixed and closed #434: upload/rename/delete controls properly displayed when navigating directories in FileManager.
This commit is contained in:
parent
0519c46baf
commit
ca12d536c4
3 changed files with 15 additions and 12 deletions
|
@ -130,6 +130,7 @@ namespace ScrewTurn.Wiki {
|
|||
CurrentDirectory = "/";
|
||||
|
||||
DetectPermissions();
|
||||
SetupControlsForPermissions();
|
||||
|
||||
rptItems.DataBind();
|
||||
PopulateBreadcrumb();
|
||||
|
@ -345,6 +346,7 @@ namespace ScrewTurn.Wiki {
|
|||
CurrentDirectory += name + "/";
|
||||
|
||||
DetectPermissions();
|
||||
SetupControlsForPermissions();
|
||||
|
||||
rptItems.DataBind();
|
||||
PopulateBreadcrumb();
|
||||
|
@ -384,6 +386,7 @@ namespace ScrewTurn.Wiki {
|
|||
CurrentDirectory = lnk.CommandArgument;
|
||||
|
||||
DetectPermissions();
|
||||
SetupControlsForPermissions();
|
||||
|
||||
rptItems.DataBind();
|
||||
PopulateBreadcrumb();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue