Description
While reviewing the update documentation, I noticed a possible inconsistency.
The documentation states that for a system update, following process to be followed:
Admin → System → Updates
- Check for Updates
- Apply Update
However, I am unable to locate the "System" menu under Admin in the current UI.
While exploring the codebase, I found the UpdateCheckPage implementation. The comments indicate that the page is read-only and only displays update status information.
Example comment:
Update check — read-only version/update status
and
Updates are applied on the server via the download-based updater; this panel is read-only.
Questions
- Is the documentation outdated?
- Does the update functionality require a specific role or permission?
- Is the update workflow located somewhere else in the application?
- Should the documentation be updated to clarify the current behavior?
I'd be happy to submit a documentation PR once the intended behavior is confirmed.
Description
While reviewing the update documentation, I noticed a possible inconsistency.
The documentation states that for a system update, following process to be followed:
Admin → System → Updates
However, I am unable to locate the "System" menu under Admin in the current UI.
While exploring the codebase, I found the UpdateCheckPage implementation. The comments indicate that the page is read-only and only displays update status information.
Example comment:
and
Questions
I'd be happy to submit a documentation PR once the intended behavior is confirmed.