You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,12 @@ Test Swift cli
240
240
./venv/bin/swift stat ${OS_CONTAINER}${ID}
241
241
```
242
242
243
+
Test number of items in the audit report (based on the Drupal View: Content). The preservation views were missing items (see issue [354](https://gitlab.com/calincs/cwrc/leaf/leaf-base-i8/-/issues/354)).
244
+
245
+
```SQL
246
+
SELECTcount(*) FROM node_field_data as node_field_data
247
+
```
248
+
243
249
### Enhancements
244
250
245
251
* If a Drupal Media item is not attached to a Drupal Node then the Drupal Media will **not** be preserved (in 2024).
0 commit comments