Relationship Graph
View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019139 | phpList 3 application | Interface - Administrator | public | 28-03-18 11:35 | 19-04-18 21:10 |
Reporter | suela | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | reopened | ||
Product Version | 3.3.2-RC3 | ||||
Target Version | 3.3.2 | Fixed in Version | 3.3.2 | ||
Summary | 0019139: Categorize lists messes up the page buttons | ||||
Description | If you go subscribers> subscribers lists , the page is messed up and I think the "Categorize lists" message is the problem. See screenshot attached. | ||||
Tags | No tags attached. | ||||
|
|
|
https://github.com/phpList/phplist3/pull/288 |
|
> https://github.com/phpList/phplist3/pull/288 Michiel said that he encountered conflicts while trying to backport it (cherry pick the commit), and so he didn't do it. It is necessary for this fix to be in the final 3.3.2 release, so can you please apply the commit to the RC branch |
|
Note for me: https://github.com/phpList/phplist3/tree/release-3.3.2 |
|
@suela, |
|
@mariez Your changes are not the ones that caused the tests to fail -- you can see here that all builds of this branch have failed: https://travis-ci.org/phpList/phplist3/branches I wasn't aware of that. @michiel: It's not good to issue a release which has failing tests; maybe this relates to #0019184 also. Can you check this? |
|
The tests were failing, because I had removed the language initialisation. I don't like the fact that it takes a long time to load when you do a first install. I will work that out differently. |