Problem/Motivation

ContentLock::locking is ~100 lines of code, "hardcoding" some UI/UX patterns. It also calls lockIsStale() that is defined as private. I'd suggest changing it to protected so inherited classes could easily rewrite the locking() eg. if needs to change the UI/UX.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

sokru created an issue. See original summary.

sokru’s picture

Category: Feature request » Task
Status: Active » Needs review