File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
app/save-and-restore/app/doc Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -324,12 +324,25 @@ Prior to restore user has the option to:
324324
325325Restoring from a composite snapshot works in the same manner as the restore operation from a single-snapshot.
326326
327+ Filter PV items in list
328+ ^^^^^^^^^^^^^^^^^^^^^^^
329+ The list of items in the snapshot view can be filtered based on the PV name. See screenshot for highlighted UI element
330+ where user may specify a string pattern to match PV names. Non-matching items will be hidden from the list view and
331+ **also excluded from a restore operation **.
332+
333+ To filter the view without excluding PV items from a restore operation, user needs to tick the “Preserve selection…” checkbox.
334+
335+ .. image :: images/filter-pv-items.png
336+ :width: 80%
337+
338+
327339Restore from context menu
328340^^^^^^^^^^^^^^^^^^^^^^^^^
329341
330342User may invoke a restore operation (from client or from service) from context menu items in the tree
331- view or in the search-and-filer view. In this case user will not have the possibility to unselect specific PVs.
332- However, PV items configured as read-only will not be restored.
343+ view or in the search-and-filer view. In this case user will not have the possibility to deselect specific PVs.
344+ Filtering/exclusion based on PV name will also not be possible.
345+ However, PV items configured as read-only will always be excluded from a restore operation.
333346
334347Restore result
335348^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments