Skip to content

Fix issue with duplicate posts being made when editing image entities front#5517

Ben requested to merge fix/media-edit-dupe-f5517 into master

Ticket(s) / Related Merge Requests

front#5517 (closed)

Summary of Changes

Fixes propagation between entities and associated activities. Initially it was intended that we would simply de-duplicate entities when edited from the single entity page - however it became apparent that things such as access_id, license and tags were not propagating, thus this change makes them propagate too.

Testing Considerations

I made a spreadsheet to to test different properties were propagating:

image

This can be used as test guidelines.

So to test an activity changes propagate to the entity, edit it on newsfeed. To check the inverse, edit it on the single entity page. Changes should be bidirectionally mirrored.

Deployment Considerations

Standard deployment

Regression Scope

Editing activites, images, videos blogs etc

Platform Affected (web, mobile, etc)

Engine - web and mob would be effected.

Developer Testing Completed

Updated unit tests and manual testing.

Screenshots / Screen Recording

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Ben

Merge request reports