Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
fix(ui): issue with schedule publish disappearing on autosave collections (#12078)
Fixes an issue where an autosave being triggered would turn off the ability to schedule a publish. This happened because we check against `modified` on the form but with autosave modified is always true. Now we make an exception for autosave enabled collections when checking the modified state.
P
Paul committed
3a7cd717b2ee4d5cd41800133e28fad2db6a74f7
Parent: 3287f70
Committed by GitHub <noreply@github.com>
on 4/11/2025, 2:43:40 PM