It's all in the subject line.
Paging doesn't work for the page "UndoCheckOut.aspx" on the Vault 6.0.1 Admin page for a Repository Undo Check Out. I have tested in IE 9, Firefox 16, and Chrome 23. Some of my repositories have several pages of checked out files, but I can only view the first page. That, or it's really crammed it all on one page, and for some reason it's saying there are multiple pages when in fact there are not.
Forward to your dev team.
Paging Broken for UndoCheckOut.aspx
Moderator: SourceGear
Re: Paging Broken for UndoCheckOut.aspx
I've logged a bug on this. Thanks for the report.
F: 16635
F: 16635
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Paging Broken for UndoCheckOut.aspx
Sure thing. Thanks Beth.
Re: Paging Broken for UndoCheckOut.aspx
I have a work around that will help. Could you send an email to support at sourcegear.com (attn: Beth) with a link to this forum thread?
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Paging Broken for UndoCheckOut.aspx
In case anyone else is having this same issue and it has not been fixed in later versions or you're still on 6.0.1, here is the work-around I got from Beth. Thanks again Beth!
- Go to VaultService\Admin
- Open UndoCheckOut in notepad
- Find this line: <vwl:GridViewToujours ID="GridViewCheckedOutFiles" runat="server" AutoGenerateColumns="False" DataSourceID="ObjectDataSourceCheckedOutFiles" AllowSorting="true" AllowPaging="true" PageSize="500">
- Change 500 to 100
- Save changes and recycle the Vault App Pool.