Skip to content

enable-save-compaction true #21

Description

@delocalizer

Is your feature request related to a problem? Please describe.
:enable-autosave is set true in config.edn. That means every update the applicant makes to an application form (i.e. any edit of any field in the form) gets recorded to the event log. That makes reading the event log difficult in the UI, and hard to identify the important event types such as created, submitted, rejected, approved amid the blizzard of updated events.

Describe the solution you'd like
This can be mitigated by setting :enable-save-compaction true so that multiple edits in the same session get recorded as a single event history entry, as documented here

Describe alternatives you've considered
NA

Additional context

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions