Skip to content

Fix supermind console crashing when entity is null minds#3447

Manish requested to merge fix/supermind-console-crash-m3447 into develop

Ticket(s) / Related Merge Requests

minds#3447 (closed)

Summary of Changes

Fixes an issue where the supermind console would crash if an entity associated with a supermind request was deleted

Testing Considerations

Scenario 1

  • supermind something
  • delete the post
  • go to the supermind console in the outbox tab
  • you should see "Post is unavailable" for that request and the app shouldn't crash :)

Scenario 2

  • supermind something from user A
  • delete the post
  • login to user A
  • go to inbox tab
  • app shouldn't crash and you should see "Post is unavailable" for that request

Regression Scope

None

Platform Affected (web, mobile, etc)

All

Developer Testing Completed

👍 mani

Screenshots

N/A

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode
Edited by Manish

Merge request reports