Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

10770 bulk_save_edits method for saving Tiles en masse #10771

Draft
wants to merge 4 commits into
base: dev/7.6.x
Choose a base branch
from

Conversation

whatisgalen
Copy link
Member

@whatisgalen whatisgalen commented Apr 14, 2024

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Description of Change

This PR creates a method inside the Tile Proxy Model to create instances of EditLog en masse given a list of Tiles, bulk_save_edits. The implementation presented in this PR is via the Resource proxy model bulk_save method, which creates Tiles en masse via bulk_create and naturally should create edits en masse as well.

Issues Solved

#10770

Checklist

  • Unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Ticket Background

Further comments

@whatisgalen whatisgalen changed the title 10770 bulk edit 10770 bulk_save_edits method for saving Tiles en masse Apr 17, 2024
@whatisgalen whatisgalen marked this pull request as draft April 19, 2024 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant