feat: preserve pagination offset after review delete

This commit is contained in:
2026-05-08 13:15:47 +02:00
parent 53b7ac2e41
commit 8919c36ef6
4 changed files with 16 additions and 1 deletions

View File

@@ -59,6 +59,12 @@ pub struct ErrorQuery {
pub error: Option<String>,
}
#[derive(Deserialize, Default)]
pub struct DeleteRedirectForm {
#[serde(default)]
pub redirect_after: Option<String>,
}
#[derive(Deserialize)]
pub struct LogReviewRequest {
pub external_metadata_id: Option<String>,