-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Show version from appinfo on occ app:list #33482
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
are the warnings legit?
How can there be 2 different versions? Ah, file vs db? |
Yes, in case the app has not been upgraded (through enabling or occ upgrade) or if the upgrade may have failed for the app, the installed version from the db still has the old one while the version from app info returns the new one. |
cb8f65f
to
c1861db
Compare
Yes, legit warning and fixed |
While I get the point of returning the same info, the idea was to be able to see the "installed" but disabled version with the occ command. That is also what the Support report shows and is really helpful when people fail to enable apps (because they were actually installed back then but the migration is not working from their old version to the newest one) |
Maybe we need to show/add both versions |
Signed-off-by: Julius Härtl <jus@bitgrid.net>
c1861db
to
1da6c21
Compare
Otherwise this might be confusing when the web UI shows a different version number than occ