How does one go about releasing a lock on a panel page upon log out? Is this possible? This situation is: After clicking "customize this page", a lock appears on that page. User forgets to release the lock or logouts without releasing the lock. Would it be possible to set a timeout on the lock? Or prompt the user to unlock pages when logging out ... ? Granted an admin can break the lock, but we're hoping to avoid reaching out an admin for this purpose.
Thanks!
KM
Comments
Comment #1
merlinofchaos commentedIn theory, on cron we could check for locks where the associated session is deleted and just clear them; the data is orphaned at that point anyway. Right now there is nothing that does this, it would have to be written.
Comment #2
kmasood commentedThanks merlinofchaos. Would it be OK if I made this a feature request then ... ? (-:
Comment #3
merlinofchaos commentedSure. It'd be against CTools, since that's really all about Page Manager.
Comment #4
kmasood commentedComment #5
Letharion commentedComment #5.0
Letharion commentedcorrected grammar
Comment #6
japerryDrupal 7 is no longer supported, closing.