altinn_editor_history module¶
- class AltinnEditorHistory(time_units, conn, variable_selector_instance)¶
Bases:
object
Module for viewing the editing history for the selected observation.
- Parameters:
time_units (list[str])
conn (object)
variable_selector_instance (VariableSelector)
- history_modal()¶
Creates the history modal.
- Return type:
Modal
- layout()¶
Returns the layout of the module.
- Return type:
Div
- module_callbacks()¶
Defines callbacks for the module.
- Return type:
None