Skip to content

SaveAutoIncrement doesn't update record #6

@jkalias

Description

@jkalias

Currently SaveAutoIncrement does not update the record passed in as argument, and the user needs to refetch from the database. However, there is no id for the record to match against, so this is a dead end.

SaveAutoIncrement should first save the record in the database, generate a new id for it, and use this newly created id to update the argument record.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions