Skip to content

When navigating to the same view with different params consider only doing Data "update" #6

Description

@petercsiba

Now:
Data.clear()
Data.add(allNew)

Instead:
//rewrites existing, adds new (name, value), deletes which are not in allNew
Data.update(allNew)
the "Data.update" method is non-existent. Discuss it with clean_data team if it has reason to exist.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions