Support filtering the documents to edit with lua

This commit is contained in:
Clément Renault
2024-05-08 15:53:40 +02:00
parent 1702b5cf44
commit ba85959642
5 changed files with 153 additions and 17 deletions

View File

@ -180,8 +180,9 @@ fn snapshot_details(d: &Details) -> String {
Details::DocumentEdition {
edited_documents,
edition_code,
original_filter,
} => {
format!("{{ edited_documents: {edited_documents:?}, edition_code: {edition_code:?} }}")
format!("{{ edited_documents: {edited_documents:?}, edition_code: {edition_code:?}, original_filter: {original_filter:?} }}")
}
Details::SettingsUpdate { settings } => {
format!("{{ settings: {settings:?} }}")