Skip to content

Commit

Permalink
Grammar edits
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkoke committed Dec 18, 2024
1 parent d4333bc commit 60e15b7
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 132 deletions.
Binary file added doc/img/export-options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions doc/sysadmin-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -289,3 +289,16 @@ Use the :ref:`Restore backup <restore-backup>` instructions to copy your product
Before a major release, update the staging instance, optionally asking users if everything looks good on this instance, and once everything is validated, you can upgrade the production instance.

.. note:: It is recommended to post a general announcement from the Communications tab in the Sysconfig Panel to inform users that this is a test instance, preventing them from mistakenly entering data.


Restoring deleted entries
=========================

eLabFTW uses a soft-delete mechanism for entries. When an experiment or a resource is deleted, it will still be accessible in the backend database as a deleted entity. To restore an entry, revert it by changing the State to 1.

case Normal = 1;
case Archived = 2;
case Deleted = 3;
case Pending = 4;
case Processing = 5;
case Error = 6;
Loading

0 comments on commit 60e15b7

Please sign in to comment.