Hi we had this script that worked before the upgrade, but doesn’t work in version 4.2.0
if (ctx.status === ‘Published’ && !ctx.oldStatus) {
reject(‘Please save content and then schedule publishing afterwards.’);
}
Has there been any update to the script part ?