View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019347 | phpList 3 application | Command Line | public | 04-08-18 07:32 | 19-07-19 16:45 |
Reporter | duncanc | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | sometimes |
Status | resolved | Resolution | fixed | ||
Product Version | 3.3.3 | ||||
Target Version | 3.3.8 | Fixed in Version | 3.3.8 | ||
Summary | 0019347: Command line signature is displayed twice | ||||
Description | I noticed that the command line signature is displayed twice, certainly for processqueue and processbounces but maybe for other pages too. It appears to be a result of this commit from last year which added displaying the signature to index.php, when it is already displayed by some pages. https://github.com/phpList/phplist3/commit/e9477f147f5421876fdaf739c9b67f489a3d8add#diff-c94e48cc9b417214f6e54b99fa2b106a | ||||
Tags | No tags attached. | ||||
|
|
|
@michiel In the change that I pointed to, did you intend to add line 215 to display the signature, because that is already displayed by various pages - processqueue, processbounces, etc. |
|
@duncanc I think it makes more sense to remove it from the specific pages. That way it will always display, even in eg plugin command line pages. |