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.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hi Joe,
I've noticed that if you have a lot of draft newsletters, such that the pager goes into effect, you can't navigate to the next page because you have a typo. Instead of referencing LetterDrafts.aspx you are referencing LettrDrafts.aspx in LetterDrafts.aspx.cs (see below)
private void PopulateDraftList() { if (letterInfo == null) return;
List<Letter> drafts = Letter.GetDrafts( letterInfo.LetterInfoGuid, pageNumber, pageSize, out totalPages);
if (this.totalPages > 1) { string pageUrl = SiteUtils.GetNavigationSiteRoot() + "/eletter/LettrDrafts.aspx?l=" + letterInfoGuid.ToString() + "&pagenumber={0}";
pgrLetter.PageURLFormat = pageUrl; pgrLetter.ShowFirstLast = true;
...
Thanks for all you do!
James
Hi James,
Thanks for the bug report and fix. This is now fixed in the source code repository so it will be fixed in the next release.
Best,
Joe
This is now fixed in version 2.3.6.2
Thanks,