User tests: Successful: Unsuccessful:
Pull Request for Issue # .
As pointed out in my comment #38011 (comment), $this->app->getIdentity()
will always return a User
object, so the check here could be removed.
Works but there is unnecessary code.
Works
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
@richard67 Sorry, I did not check installation. The installation app does not initialize the identity object like our other apps, so the change in this PR is causing an error.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-06-10 00:58:17 |
Closed_By | ⇒ | joomdonation | |
Labels |
Added:
?
|
@joomdonation The installation at the beginning of the api tests in drone fails. I’ r restarted drone 3 times now but always the same result. Are you sure the removed code was useless? Have you tested to make a new installation with your changes?