mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-11 03:59:35 +00:00
Add downgrade warning for versions without Update Manager
When downgrading to versions before v2.6.0, show a warning that the Update Manager will not be available in older versions and that future updates will need to be done manually via command line.
This commit is contained in:
parent
87352ca6f7
commit
97e3b0aa09
2 changed files with 41 additions and 2 deletions
|
|
@ -14988,5 +14988,11 @@ Buerklin-API Authentication server:
|
|||
<target>Are you sure you want to downgrade Part-DB? This will revert to an older version. A backup will be created before the downgrade.</target>
|
||||
</segment>
|
||||
</unit>
|
||||
<unit id="um_downgrade_removes_update_manager" name="update_manager.downgrade_removes_update_manager">
|
||||
<segment state="translated">
|
||||
<source>update_manager.downgrade_removes_update_manager</source>
|
||||
<target>WARNING: This version does not include the Update Manager. After downgrading, you will need to update manually using the command line (git checkout, composer install, etc.).</target>
|
||||
</segment>
|
||||
</unit>
|
||||
</file>
|
||||
</xliff>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue