Found this when experimenting with the price widget settings. It seems that the change a while back to clear the state when the client changes, loses the persistence. Commenting out this line fixes the problem: https://github.com/bpanel-org/bpanel/blob/development/webapp/store/rootReducer.js#L44
But of course then plugins won't reset when the client changes.
Found this when experimenting with the price widget settings. It seems that the change a while back to clear the state when the client changes, loses the persistence. Commenting out this line fixes the problem: https://github.com/bpanel-org/bpanel/blob/development/webapp/store/rootReducer.js#L44 But of course then plugins won't reset when the client changes.