Shared Files Module: Updating file in edit mode adds wrong folder ID

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
1/23/2007 11:55:27 AM
Gravatar
Total Posts 80

Shared Files Module: Updating file in edit mode adds wrong folder ID

1. Edit file in shared files module
2. Change file name
3. Click "Update" button

Notice the file doesn't appear in the shared files module anymore because it has the incorrect FolderID of "0" in the DB and should be "-1".

Change line 168 in SharedFilesEdit to:

this.ddFolders.Items.Insert(0,new ListItem("Root","-1"));
1/23/2007 12:19:27 PM
Gravatar
Total Posts 18439

Re: Shared Files Module: Updating file in edit mode adds wrong folder ID

Fixed in svn

Thanks,

Joe
You must sign in to post in the forums. This thread is closed to new posts.