Problem/Motivation

The JS method of locking content was added to support the prefetch_cache module see #2916745: Allow for coexistence with the prefetch_cache module. That module attempts to do something quite odd and I think this work-around causes more issues that it solves.

These issues are:

Steps to reproduce

See the bug reports

Proposed resolution

Remove the JS - prefetch_cache is an unsupported module. Content translation and the trash module have far more users.

Remaining tasks

User interface changes

Removal of the JS options from the settings form

API changes

TBD.

Data model changes

Removal of the JS options from config.

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

alexpott created an issue. See original summary.

alexpott’s picture

Status: Active » Needs review
alexpott’s picture

I've tested content_lock with the trash module and everything works as expected now... no errors from either module.

chr.fritsch’s picture

Status: Needs review » Reviewed & tested by the community

I support that idea. Let's get rid of this and make the module better manitainable.

  • alexpott committed 7f401d37 on 3.x
    Issue #3529333 by alexpott: Remove the JS route for locking an entity
    
alexpott’s picture

Status: Reviewed & tested by the community » Fixed

alexpott credited idebr.

alexpott’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.