Ehance update change set
This commit is contained in:
@@ -20,5 +20,5 @@ def set_title(name: str, value: str) -> ChangeSet:
|
||||
add_operation(name, redo, undo)
|
||||
|
||||
change = ChangeSet()
|
||||
change.update('title', 'null', 'value')
|
||||
change.update('title', 'null', 'value', 'str', value)
|
||||
return change
|
||||
|
||||
Reference in New Issue
Block a user