Problem/Motivation

It is possible change the plugin used within a website from the legacy plugin to the new one. The old data cannot be used in the new system so the old publications should not be submitted to openwoo and new one do

Proposed resolution

Save the plugin id when creating new openWoo publications
Add an update hook to store the actual plugin id to all publications
Prevent openwoo publications that don't have the actual plugin id to send there data to Openwoo

Comments

ralphvdhoudt created an issue. See original summary.

ralphvdhoudt’s picture

Status: Active » Needs review
ralphvdhoudt’s picture

StatusFileSize
new9.72 KB

Updated patch to disable access to publications with a plugin id that is not the active one

ricovandevin’s picture

Status: Needs review » Fixed

Committed to 1.0.x.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • ricovandevin committed b67f6ce7 on 1.0.x
    feat: #3592522 Store plugin id in openwoo publications
    
    By: ralphvdhoudt