-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lists - sorting, selecting, and importing. Various bugs. #1076
Comments
|
Easy fix is refreshing the page. There are even benefits to the current behavior (easy/quick access to the specific lists you want), so I wouldn't mind it staying as is. |
|
@knadh could you reopen this issue due to my last comment on April 7? |
Looks like these got fixed at some point. Sorting in the above two scenarios work correctly on the latest version. |
Ah, this turned out to be quite tricky. Don't know how I missed this earlier. Fixed now in c59825f Thanks for illustrating the issue in detail @MaximilianKohler |
Hey knadh, thanks for all the recent updates! I just noticed that in |
EDIT: the fix is to refresh (F5) the page #1076 (comment)
Version:
Step 1:
I created a new list, and sorted by "created". It should be at the top.
It's not; it's on page 2:
Step 2:
I click "import subscribers". I click in the "lists" box. There should be a popup of all the lists to select from, but there's not:
Step 3:
I click the "x" to remove the current list:
Step 4:
I click in the box again, and only the one list shows up.
Step 5:
After importing them, it still doesn't show the other lists for me to add them to:
When I navigated to the "import subscribers" page /admin/subscribers/import, still only that one list would show up.
I instead navigated to it by clicking "import subscribers" on another list, and all the lists except that one showed up.
If I open a new tab and navigate to the "import subscribers" page /admin/subscribers/import, everything shows up. BUT if I first go to "lists" /admin/lists and sort by "created", the same bug happens with the list being on the 2nd page, then not showing up at all on /admin/subscribers/import.
After separately importing the same list of 500 subscribers to the other list I wanted to add them to, the "Next 03-500" list now displays at the top of page 1 when sorting by "created".
UPDATE:
The next day, for the new list (Next 04), it was similar, but on Step 2 only the "next all" list showed up when clicking in the box, which is the 2nd list I was trying to add the previous one to (and which I did add it to). And after successful import, and sorting by "newest created" it's still on page 2.
It is also not in the list at all on my campaign page /admin/campaigns/40 where I'm trying to select a list to send the campaign to.
The text was updated successfully, but these errors were encountered: