mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-07-01 00:22:54 +00:00
feat: modify generic form ref information
This commit is contained in:
@ -634,9 +634,9 @@ impl Form<DataFormReferenceType> {
|
||||
script_beim_kopieren: None,
|
||||
script_beim_import: None,
|
||||
script_beim_anonymisieren: None,
|
||||
sid: "".to_string(),
|
||||
guid: "".to_string(),
|
||||
revision: 0,
|
||||
sid: "2001".to_string(),
|
||||
guid: "00000000-0000-0000-0000-000000000000".to_string(),
|
||||
revision: 1,
|
||||
max_anzahl: None,
|
||||
verknuepft_guid: None,
|
||||
seitenanzahl_sichtbar: None,
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
use crate::model::form::{DataFormReferenceType, Form};
|
||||
use crate::model::{Ansicht, Comparable, Filter, FormEntry, Ordner, RefEntries, Script, Sortable};
|
||||
use crate::model::{Ansicht, Filter, FormEntry, Ordner, RefEntries, Script, Sortable};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
// Ablaufschema ...
|
||||
|
Reference in New Issue
Block a user