-
Notifications
You must be signed in to change notification settings - Fork 2.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
display version number for disabled apps with occ app:list #33555
Comments
Tricky questions:
|
Is there a specific reason for this?!
I'd say the database state as this is the state oC "actually knows".
Same, the database state. Is there a reason why this differs between enabled and disabled in the first place? |
Should the |
To be more clear: do we need to also consider the case of apps which have been never enabled? If not, the change would be quite easy to implement. |
And the 2 versions might be different. e.g. an app was enabled, v1.0. The sysadmin has disabled the app. An updated app has been put into the apps folder, but not yet enabled. And the app might be in multiple folders in I guess stage 1 would be to display the version of the app that would be active if you enabled the app "right now". |
@phil-davis yes, absolutely valid points. But I guess we should only gather this information from the DB regardless if filesystem contains different app versions in info.xml. Because DB is the "source of truth", means that is the app version known to oC at that point in time. Is this what you mean with "I guess stage 1 would be to display the version of the app that would be active if you enabled the app "right now"? |
I suspect that if you have a new version of the app code in Take your pick for what to display - it depends what question the sysadmin wants answered! |
Correct. But not automagically. You are required to run |
Very straightforward approach proposed in #36165 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 10 days if no further activity occurs. Thank you for your contributions. |
All operating systems, all oc versions.
occ app:list shows version numbers only for enabled apps. Please make version numbers also visible for disabled apps.
The text was updated successfully, but these errors were encountered: