User tests: Successful: Unsuccessful:
Pull Request for Issue #25311 (comment)
Mofifying conditional as it is preferred
See #2531
The result should be the same.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_installer |
version is out of this scope. It works fine as is. If you are not happy with that please propose a new PR where the decision can be taken to modify or not. I do not see the need for it personally (The version should be displayed even if there is no changelog url)
Therefore please test this PR which is limited to changelogurl following the discussion we had formerly.
I have tested this item
I have tested this item
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-06-29 09:42:28 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Thanks!
I have tested this item
It works as expected.
we also should change the
<?php if ($item->version !== '') : ?>
toif (!emtly(
$item->version)) : ?>` or better delete the whole statementbecause we do not do anything with
$item->version
except that we display its value.