You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to comments in the code, it's a "Legacy (OJS pre-3.2)", therefore a migration can be written to get rid of this value in the database and its related handling in the code.
As part of this task, foreign keys might be added. The cascate rule for the delete should be probably set null, to avoid blocking removals, while also allowing the plugin to do its cleanup.
The text was updated successfully, but these errors were encountered:
According to comments in the code, it's a "Legacy (OJS pre-3.2)", therefore a migration can be written to get rid of this value in the database and its related handling in the code.
As part of this task, foreign keys might be added. The cascate rule for the delete should be probably set null, to avoid blocking removals, while also allowing the plugin to do its cleanup.
The text was updated successfully, but these errors were encountered: