- π¬π§United Kingdom alexpott πͺπΊπ
In the latest supported version this does not happen and there are or will tests for this.
Currently, after saving and viewing a node, a warning about each locked node is displayed to the user. This seems to be counter-intuitive and confusing for users, especially since they just released a lock by saving the node at hand.
content_lock_node_view() is called for a specific node.
It subsequently calls content_lock_warn_pending_locks().
content_lock_warn_pending_locks() retrieves all nodes from the content_lock table that belong to the current user.
Restrict the warnings to the actual node at hand, by modifying the EFQ-query using the current node as an argument.
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
In the latest supported version this does not happen and there are or will tests for this.