Message module view corrupt after update in some cases

Created on 8 April 2024, 3 months ago
Updated 23 April 2024, 2 months ago

Problem/Motivation

In a recent Open Social update the message module went from 1.4 to 1.5. This introduced a change in a view with update hook message_update_8105.

This assumes you have the views.view.message but in our case we noticed that some did not have it, likely due to a corruption in a past Open Social update. This causes the view to be partially created with just the parameters from the update hook. This can then cause a WSOD.

Steps to reproduce

- Install Open Social
- Remove views.view.message from the config table
- Execute message_update_8105 again and notice when you would then load the config it has a corrupt view

Proposed resolution

We need to re-import the view. Because not everyone might have this issue we also need to check if the view is corrupt before re-importing.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Fixed

Version

12.3

Component

Code (back-end)

Created by

πŸ‡³πŸ‡±Netherlands robertragas

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024